Class ProtonConstants
java.lang.Object
org.apache.qpid.protonj2.engine.impl.ProtonConstants
Constants referenced throughout the proton engine code.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringEngine handler that acts on AMQP performativesstatic final intThe maximum value for AMQP channels as defined by the specification.static final intThe default AMQP max frame size used by the engine and connection if none is set by the client or remote peer.static final StringEngine handler that decodes performatives and forwards the framesstatic final StringEngine handler that encodes performatives and writes the resulting bufferstatic final StringEngine handler that logs incoming and outgoing performatives and framesstatic final longThe maximum value for AMQP handles as defined by the specification.static final intThe minimum allowed AMQP maximum frame size defined by the specification.static final StringEngine handler that acts on SASL performatives
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
MIN_MAX_AMQP_FRAME_SIZEpublic static final int MIN_MAX_AMQP_FRAME_SIZEThe minimum allowed AMQP maximum frame size defined by the specification.- See Also:
 
- 
DEFAULT_MAX_AMQP_FRAME_SIZEpublic 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_MAXpublic static final int CHANNEL_MAXThe maximum value for AMQP channels as defined by the specification.- See Also:
 
- 
HANDLE_MAXpublic static final long HANDLE_MAXThe maximum value for AMQP handles as defined by the specification.- See Also:
 
- 
AMQP_PERFORMATIVE_HANDLEREngine handler that acts on AMQP performatives- See Also:
 
- 
SASL_PERFORMATIVE_HANDLEREngine handler that acts on SASL performatives- See Also:
 
- 
FRAME_ENCODING_HANDLEREngine handler that encodes performatives and writes the resulting buffer- See Also:
 
- 
FRAME_DECODING_HANDLEREngine handler that decodes performatives and forwards the frames- See Also:
 
- 
FRAME_LOGGING_HANDLEREngine handler that logs incoming and outgoing performatives and frames- See Also:
 
 
- 
- 
Constructor Details- 
ProtonConstantspublic ProtonConstants()
 
-