module AMQ::Protocol

Constants

DEFAULT_PORT
EMPTY_STRING

caching

METHODS
PACK_32BIT_FLOAT
PACK_64BIT_FLOAT
PACK_CHAR
PACK_CHAR_UINT16_UINT32
PACK_INT64
PACK_INT8
PACK_UCHAR_UINT32
PACK_UINT16
PACK_UINT16_X2
PACK_UINT32
PACK_UINT32_X2
PREAMBLE
PROTOCOL_VERSION
SSL_PORT
TLS_PORT
VERSION

Public Class Methods

classes() click to toggle source

@return [Array] Collection of subclasses of AMQ::Protocol::Class.

# File lib/amq/protocol/client.rb, line 21
def self.classes
  Protocol::Class.classes
end
methods() click to toggle source

@return [Array] Collection of subclasses of AMQ::Protocol::Method.

# File lib/amq/protocol/client.rb, line 26
def self.methods
  Protocol::Method.methods
end