Protocol::Method
@return
# File lib/amq/protocol/client.rb, line 404 404: def self.decode(data) 405: offset = 0 406: channel_max = data[offset, 2].unpack(PACK_UINT16).first 407: offset += 2 408: frame_max = data[offset, 4].unpack(PACK_UINT32).first 409: offset += 4 410: heartbeat = data[offset, 2].unpack(PACK_UINT16).first 411: offset += 2 412: self.new(channel_max, frame_max, heartbeat) 413: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.