Parent

Class Index [+]

Quicksearch

AMQ::Protocol::Connection::CloseOk

Public Class Methods

decode(data) click to toggle source

@return

     # File lib/amq/protocol/client.rb, line 561
561:         def self.decode(data)
562:           offset = 0
563:           self.new()
564:         end
encode() click to toggle source

@return

     # File lib/amq/protocol/client.rb, line 575
575:         def self.encode()
576:           channel = 0
577:           buffer = ""
578:           buffer << @packed_indexes
579:           MethodFrame.new(buffer, channel)
580:         end
has_content?() click to toggle source
     # File lib/amq/protocol/client.rb, line 569
569:         def self.has_content?
570:           false
571:         end
new() click to toggle source
     # File lib/amq/protocol/client.rb, line 566
566:         def initialize()
567:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.