Class AMQ::Protocol::Frame
In: lib/amq/protocol/frame.rb
Parent: Object

Methods

decode   decode_header   encode   final?   find_type   new  

Constants

TYPES = {:method => 1, :headers => 2, :body => 3, :heartbeat => 8}.freeze
TYPES_REVERSE = TYPES.invert.freeze
TYPES_OPTIONS = TYPES.keys.freeze
CHANNEL_RANGE = (0..65535).freeze
FINAL_OCTET = "\xCE".freeze # 206

External Aliases

new -> __new__

Public Class methods

The channel number is 0 for all frames which are global to the connection and 1-65535 for frames that refer to specific channels.

Public Instance methods

[Validate]