Class ProtonConstants

java.lang.Object
org.apache.qpid.protonj2.engine.impl.ProtonConstants

public final class ProtonConstants extends Object
Constants referenced throughout the proton engine code.
  • Field Details

    • MIN_MAX_AMQP_FRAME_SIZE

      public static final int MIN_MAX_AMQP_FRAME_SIZE
      The 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_SIZE
      The 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_MAX
      The maximum value for AMQP channels as defined by the specification.
      See Also:
    • HANDLE_MAX

      public static final long HANDLE_MAX
      The maximum value for AMQP handles as defined by the specification.
      See Also:
    • AMQP_PERFORMATIVE_HANDLER

      public static final String AMQP_PERFORMATIVE_HANDLER
      Engine handler that acts on AMQP performatives
      See Also:
    • SASL_PERFORMATIVE_HANDLER

      public static final String SASL_PERFORMATIVE_HANDLER
      Engine handler that acts on SASL performatives
      See Also:
    • FRAME_ENCODING_HANDLER

      public static final String FRAME_ENCODING_HANDLER
      Engine handler that encodes performatives and writes the resulting buffer
      See Also:
    • FRAME_DECODING_HANDLER

      public static final String FRAME_DECODING_HANDLER
      Engine handler that decodes performatives and forwards the frames
      See Also:
    • FRAME_LOGGING_HANDLER

      public static final String FRAME_LOGGING_HANDLER
      Engine handler that logs incoming and outgoing performatives and frames
      See Also:
  • Constructor Details

    • ProtonConstants

      public ProtonConstants()