| Class | Description |
|---|---|
| AMQDataBlock |
A data block represents something that has a size in bytes and the ability to write itself to a byte
buffer (similar to a byte array).
|
| AMQDataBlockDecoder | |
| AMQFrame | |
| AMQMethodBodyFactory | |
| AMQMethodBodyImpl | |
| AMQShortString |
A short string is a representation of an AMQ Short String
Short strings differ from the Java String class by being limited to on ASCII characters (0-127)
and thus can be held more effectively in a byte buffer.
|
| AMQTypedValue |
AMQTypedValue combines together a native Java Object value, and an
AMQType, as a fully typed AMQP parameter
value. |
| AMQTypeMap | |
| BasicContentHeaderProperties | |
| ByteArrayDataInput | |
| CompositeAMQDataBlock | |
| ContentBody | |
| ContentBodyFactory | |
| ContentHeaderBody | |
| ContentHeaderBodyFactory | |
| ContentHeaderPropertiesFactory | |
| EncodingUtils | |
| FieldArray<T> | |
| FieldTable | |
| FieldTableFactory | |
| HeartbeatBody | |
| HeartbeatBodyFactory | |
| MethodRegistry | |
| ProtocolInitiation | |
| ProtocolInitiation.Decoder | |
| ProtocolVersion |
| Enum | Description |
|---|---|
| AMQType |
AMQType is a type that represents the different possible AMQP field table types.
|
| Exception | Description |
|---|---|
| AMQFrameDecodingException |
AMQFrameDecodingException indicates that an AMQP frame cannot be decoded because it does not have the correct
format as defined by the protocol.
|
| AMQProtocolClassException |
AMQProtocolInstanceException indicates that the protocol class is incorrect in a header.
|
| AMQProtocolHeaderException | |
| AMQProtocolInstanceException |
AMQProtocolInstanceException indicates that the protocol instance is incorrect in a header.
|
| AMQProtocolVersionException |
AMQProtocolInstanceException indicates that the client and server differ on expected protocol version in a header.
|
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.