AMQPArray |
A sequence of values of a single type
|
AMQPBinary |
A sequence of octets
|
AMQPBoolean |
Represents a true or false value
|
AMQPByte |
Integer in the range -(2^7) to 2^7-1 inclusive
|
AMQPChar |
A single unicode character
|
AMQPDecimal128 |
128-bit decimal number (IEEE 754-2008 decimal128)
|
AMQPDecimal32 |
32-bit decimal number (IEEE 754-2008 decimal32)
|
AMQPDecimal64 |
64-bit decimal number (IEEE 754-2008 decimal64)
|
AMQPDescribedConstructor |
A described type constructor.
|
AMQPDouble |
64-bit floating point number (IEEE 754-2008 binary64)
|
AMQPFloat |
32-bit floating point number (IEEE 754-2008 binary32)
|
AMQPInt |
Integer in the range -(2^31) to 2^31-1 inclusive
|
AMQPList |
A sequence of polymorphic values
|
AMQPLong |
Integer in the range -(2^63) to 2^63-1 inclusive
|
AMQPMap |
A polymorphic mapping from distinct keys to values
|
AMQPNull |
Indicates an empty value
|
AMQPShort |
Integer in the range -(2^15) to 2^15-1 inclusive
|
AMQPString |
A sequence of unicode characters
|
AMQPSymbol |
Symbolic values from a constrained domain
|
AMQPTimestamp |
An absolute point in time
|
AMQPType |
Abstract base class for all AMQP types.
|
AMQPTypeDecoder |
Decoder class for AMQP types.
|
AMQPUnsignedByte |
Integer in the range 0 to 2^8-1 inclusive
|
AMQPUnsignedInt |
Integer in the range 0 to 2^32-1 inclusive
|
AMQPUnsignedLong |
Integer in the range 0 to 2^64-1 inclusive
|
AMQPUnsignedShort |
Integer in the range 0 to 2^16-1 inclusive
|
AMQPUuid |
A universally unique id as defined by RFC-4122 section 4.1.2
|
Util |
|