Class/Module Index [+]

Quicksearch

AMQ::Protocol::Channel::CloseOk

Public Class Methods

decode(data) click to toggle source

@return

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

@return

# File lib/amq/protocol/client.rb, line 807
def self.encode(channel)
  buffer = ''
  buffer << @packed_indexes
  MethodFrame.new(buffer, channel)
end
has_content?() click to toggle source
# File lib/amq/protocol/client.rb, line 801
def self.has_content?
  false
end
new() click to toggle source
# File lib/amq/protocol/client.rb, line 798
def initialize()
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.