Class Index [+]

Quicksearch

AMQ::Protocol::BodyFrame

Public Instance Methods

decode_payload() click to toggle source
     # File lib/amq/protocol/frame.rb, line 150
150:       def decode_payload
151:         @payload
152:       end
final?() click to toggle source
     # File lib/amq/protocol/frame.rb, line 154
154:       def final?
155:         # we cannot know whether it is final or not so framing code in amq-client
156:         # checks this over the entire frameset. MK.
157:         false
158:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.