Class Index [+]

Quicksearch

AMQ::Protocol::MethodFrame

Public Instance Methods

decode_payload() click to toggle source
     # File lib/amq/protocol/frame.rb, line 102
102:       def decode_payload
103:         self.method_class.decode(@payload[4..1])
104:       end
final?() click to toggle source
     # File lib/amq/protocol/frame.rb, line 98
 98:       def final?
 99:         !self.method_class.has_content?
100:       end
method_class() click to toggle source
    # File lib/amq/protocol/frame.rb, line 90
90:       def method_class
91:         @method_class ||= begin
92:                             klass_id, method_id = self.payload.unpack(PACK_UINT16_X2)
93:                             index               = klass_id << 16 | method_id
94:                             AMQ::Protocol::METHODS[index]
95:                           end
96:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.