Parent

Class Index [+]

Quicksearch

AMQ::Protocol::Connection::OpenOk

Attributes

known_hosts[R]

Public Class Methods

decode(data) click to toggle source

@return

     # File lib/amq/protocol/client.rb, line 486
486:         def self.decode(data)
487:           offset = 0
488:           length = data[offset, 1].unpack(PACK_CHAR).first
489:           offset += 1
490:           known_hosts = data[offset, length]
491:           offset += length
492:           self.new(known_hosts)
493:         end
has_content?() click to toggle source
     # File lib/amq/protocol/client.rb, line 500
500:         def self.has_content?
501:           false
502:         end
new(known_hosts) click to toggle source
     # File lib/amq/protocol/client.rb, line 496
496:         def initialize(known_hosts)
497:           @known_hosts = known_hosts
498:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.