Parent

Class Index [+]

Quicksearch

AMQ::Protocol::Channel::OpenOk

Attributes

channel_id[R]

Public Class Methods

decode(data) click to toggle source

@return

     # File lib/amq/protocol/client.rb, line 616
616:         def self.decode(data)
617:           offset = 0
618:           length = data[offset, 4].unpack(PACK_UINT32).first
619:           offset += 4
620:           channel_id = data[offset, length]
621:           offset += length
622:           self.new(channel_id)
623:         end
has_content?() click to toggle source
     # File lib/amq/protocol/client.rb, line 630
630:         def self.has_content?
631:           false
632:         end
new(channel_id) click to toggle source
     # File lib/amq/protocol/client.rb, line 626
626:         def initialize(channel_id)
627:           @channel_id = channel_id
628:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.