Parent

Class Index [+]

Quicksearch

AMQ::Protocol::Channel::CloseOk

Public Class Methods

decode(data) click to toggle source

@return

     # File lib/amq/protocol/client.rb, line 762
762:         def self.decode(data)
763:           offset = 0
764:           self.new()
765:         end
encode(channel) click to toggle source

@return

     # File lib/amq/protocol/client.rb, line 776
776:         def self.encode(channel)
777:           buffer = ""
778:           buffer << @packed_indexes
779:           MethodFrame.new(buffer, channel)
780:         end
has_content?() click to toggle source
     # File lib/amq/protocol/client.rb, line 770
770:         def self.has_content?
771:           false
772:         end
new() click to toggle source
     # File lib/amq/protocol/client.rb, line 767
767:         def initialize()
768:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.