Class: AMQ::Protocol::BodyFrame
- Inherits:
-
FrameSubclass
- Object
- Frame
- FrameSubclass
- AMQ::Protocol::BodyFrame
- Defined in:
- lib/amq/protocol/frame.rb
Constant Summary
Constants inherited from Frame
Frame::CHANNEL_RANGE, Frame::CLASSES, Frame::FINAL_OCTET, Frame::TYPES, Frame::TYPES_OPTIONS, Frame::TYPES_REVERSE
Instance Attribute Summary
Attributes inherited from FrameSubclass
Instance Method Summary collapse
Methods inherited from FrameSubclass
#encode, encode, id, #initialize, #size
Methods inherited from Frame
#__new__, decode, decode_header, encode, find_type, new
Constructor Details
This class inherits a constructor from AMQ::Protocol::FrameSubclass
Instance Method Details
#decode_payload ⇒ Object
146 147 148 |
# File 'lib/amq/protocol/frame.rb', line 146 def decode_payload @payload end |