Package org.apache.qpid.protonj2.codec
Interface EncodingCodes
public interface EncodingCodes
Provides a set of definitions for the byte value that indicates what the next
AMQP encoding will be when encoding or decoding AMQP types.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
-
Method Summary
-
Field Details
-
DESCRIBED_TYPE_INDICATOR
static final byte DESCRIBED_TYPE_INDICATOR- See Also:
-
NULL
static final byte NULL- See Also:
-
BOOLEAN
static final byte BOOLEAN- See Also:
-
BOOLEAN_TRUE
static final byte BOOLEAN_TRUE- See Also:
-
BOOLEAN_FALSE
static final byte BOOLEAN_FALSE- See Also:
-
UBYTE
static final byte UBYTE- See Also:
-
USHORT
static final byte USHORT- See Also:
-
UINT
static final byte UINT- See Also:
-
SMALLUINT
static final byte SMALLUINT- See Also:
-
UINT0
static final byte UINT0- See Also:
-
ULONG
static final byte ULONG- See Also:
-
SMALLULONG
static final byte SMALLULONG- See Also:
-
ULONG0
static final byte ULONG0- See Also:
-
BYTE
static final byte BYTE- See Also:
-
SHORT
static final byte SHORT- See Also:
-
INT
static final byte INT- See Also:
-
SMALLINT
static final byte SMALLINT- See Also:
-
LONG
static final byte LONG- See Also:
-
SMALLLONG
static final byte SMALLLONG- See Also:
-
FLOAT
static final byte FLOAT- See Also:
-
DOUBLE
static final byte DOUBLE- See Also:
-
DECIMAL32
static final byte DECIMAL32- See Also:
-
DECIMAL64
static final byte DECIMAL64- See Also:
-
DECIMAL128
static final byte DECIMAL128- See Also:
-
CHAR
static final byte CHAR- See Also:
-
TIMESTAMP
static final byte TIMESTAMP- See Also:
-
UUID
static final byte UUID- See Also:
-
VBIN8
static final byte VBIN8- See Also:
-
VBIN32
static final byte VBIN32- See Also:
-
STR8
static final byte STR8- See Also:
-
STR32
static final byte STR32- See Also:
-
SYM8
static final byte SYM8- See Also:
-
SYM32
static final byte SYM32- See Also:
-
LIST0
static final byte LIST0- See Also:
-
LIST8
static final byte LIST8- See Also:
-
LIST32
static final byte LIST32- See Also:
-
MAP8
static final byte MAP8- See Also:
-
MAP32
static final byte MAP32- See Also:
-
ARRAY8
static final byte ARRAY8- See Also:
-
ARRAY32
static final byte ARRAY32- See Also:
-
-
Method Details
-
toString
Returns a human readable string that describes a given AMQP type encoding value which can be used in logging or other informational contexts.- Parameters:
encoding
- The ANMQP encoding code to be turned into a readable string.- Returns:
- a human readable view of an AMQP type encoding code.
-