Class ProtonConstants
java.lang.Object
org.apache.qpid.protonj2.engine.impl.ProtonConstants
Constants referenced throughout the proton engine code.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Engine handler that acts on AMQP performativesstatic final int
The maximum value for AMQP channels as defined by the specification.static final int
The default AMQP max frame size used by the engine and connection if none is set by the client or remote peer.static final String
Engine handler that decodes performatives and forwards the framesstatic final String
Engine handler that encodes performatives and writes the resulting bufferstatic final String
Engine handler that logs incoming and outgoing performatives and framesstatic final long
The maximum value for AMQP handles as defined by the specification.static final int
The minimum allowed AMQP maximum frame size defined by the specification.static final String
Engine handler that acts on SASL performatives -
Constructor Summary
-
Method Summary
-
Field Details
-
MIN_MAX_AMQP_FRAME_SIZE
public static final int MIN_MAX_AMQP_FRAME_SIZEThe minimum allowed AMQP maximum frame size defined by the specification.- See Also:
-
DEFAULT_MAX_AMQP_FRAME_SIZE
public static final int DEFAULT_MAX_AMQP_FRAME_SIZEThe default AMQP max frame size used by the engine and connection if none is set by the client or remote peer.- See Also:
-
CHANNEL_MAX
public static final int CHANNEL_MAXThe maximum value for AMQP channels as defined by the specification.- See Also:
-
HANDLE_MAX
public static final long HANDLE_MAXThe maximum value for AMQP handles as defined by the specification.- See Also:
-
AMQP_PERFORMATIVE_HANDLER
Engine handler that acts on AMQP performatives- See Also:
-
SASL_PERFORMATIVE_HANDLER
Engine handler that acts on SASL performatives- See Also:
-
FRAME_ENCODING_HANDLER
Engine handler that encodes performatives and writes the resulting buffer- See Also:
-
FRAME_DECODING_HANDLER
Engine handler that decodes performatives and forwards the frames- See Also:
-
FRAME_LOGGING_HANDLER
Engine handler that logs incoming and outgoing performatives and frames- See Also:
-
-
Constructor Details
-
ProtonConstants
public ProtonConstants()
-