Uses of Class
org.apache.qpid.protonj2.engine.HeaderEnvelope
Package
Description
-
Uses of HeaderEnvelope in org.apache.qpid.protonj2.engine
Modifier and TypeFieldDescriptionstatic final HeaderEnvelope
HeaderEnvelope.AMQP_HEADER_ENVELOPE
A singleton instance of an AMQP header that can be used to avoid additional allocations.static final HeaderEnvelope
HeaderEnvelope.SASL_HEADER_ENVELOPE
A singleton instance of an SASL header that can be used to avoid additional allocations.Modifier and TypeMethodDescriptionvoid
EngineHandlerContext.fireRead
(HeaderEnvelope header) Fires a read of HeaderFrame events into the previous handler in theEnginePipeline
for further processing.EnginePipeline.fireRead
(HeaderEnvelope header) Fires a read event consisting of the givenHeaderEnvelope
into the pipeline starting from the lastEngineHandler
in the pipeline and moving through each until the incoming work is fully processed.void
EngineHandlerContext.fireWrite
(HeaderEnvelope envelope) Fires a write of HeaderFrame events into the next handler in theEnginePipeline
for further processing.EnginePipeline.fireWrite
(HeaderEnvelope envelope) Fires a write event consisting of the givenHeaderEnvelope
into the pipeline starting from the firstEngineHandler
in the pipeline and moving through each until the outgoing work is fully processed.default void
EngineHandler.handleRead
(EngineHandlerContext context, HeaderEnvelope header) Handle the receipt of an incoming AMQP Header or SASL Header based on the current state of this handler.default void
EngineHandler.handleWrite
(EngineHandlerContext context, HeaderEnvelope envelope) Handles write of AMQPHeader either by directly writing it to the output target or by converting it to bytes and firing a write using theProtonBuffer
based API inEngineHandlerContext.fireWrite(ProtonBuffer, Runnable)
-
Uses of HeaderEnvelope in org.apache.qpid.protonj2.engine.impl
Modifier and TypeMethodDescriptionvoid
ProtonEngineHandlerContext.fireRead
(HeaderEnvelope header) ProtonEnginePipeline.fireRead
(HeaderEnvelope header) ProtonEnginePipelineProxy.fireRead
(HeaderEnvelope header) void
ProtonEngineHandlerContext.fireWrite
(HeaderEnvelope envelope) ProtonEnginePipeline.fireWrite
(HeaderEnvelope envelope) ProtonEnginePipelineProxy.fireWrite
(HeaderEnvelope envelope) void
ProtonFrameLoggingHandler.handleRead
(EngineHandlerContext context, HeaderEnvelope envelope) void
ProtonPerformativeHandler.handleRead
(EngineHandlerContext context, HeaderEnvelope header) void
ProtonFrameEncodingHandler.handleWrite
(EngineHandlerContext context, HeaderEnvelope envelope) void
ProtonFrameLoggingHandler.handleWrite
(EngineHandlerContext context, HeaderEnvelope envelope) -
Uses of HeaderEnvelope in org.apache.qpid.protonj2.engine.impl.sasl
Modifier and TypeMethodDescriptionvoid
ProtonSaslHandler.handleRead
(EngineHandlerContext context, HeaderEnvelope header) void
ProtonSaslHandler.handleWrite
(EngineHandlerContext context, HeaderEnvelope frame)