Uses of Class
org.apache.qpid.protonj2.engine.HeaderEnvelope
-
Packages that use HeaderEnvelope Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl org.apache.qpid.protonj2.engine.impl.sasl -
-
Uses of HeaderEnvelope in org.apache.qpid.protonj2.engine
Fields in org.apache.qpid.protonj2.engine declared as HeaderEnvelope Modifier and Type Field Description static HeaderEnvelope
HeaderEnvelope. AMQP_HEADER_ENVELOPE
A singleton instance of an AMQP header that can be used to avoid additional allocations.static HeaderEnvelope
HeaderEnvelope. SASL_HEADER_ENVELOPE
A singleton instance of an SASL header that can be used to avoid additional allocations.Methods in org.apache.qpid.protonj2.engine with parameters of type HeaderEnvelope Modifier and Type Method Description void
EngineHandlerContext. fireRead(HeaderEnvelope header)
Fires a read of HeaderFrame events into the previous handler in theEnginePipeline
for further processing.EnginePipeline
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
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
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type HeaderEnvelope Modifier and Type Method Description void
ProtonEngineHandlerContext. fireRead(HeaderEnvelope header)
ProtonEnginePipeline
ProtonEnginePipeline. fireRead(HeaderEnvelope header)
ProtonEnginePipelineProxy
ProtonEnginePipelineProxy. fireRead(HeaderEnvelope header)
void
ProtonEngineHandlerContext. fireWrite(HeaderEnvelope envelope)
ProtonEnginePipeline
ProtonEnginePipeline. fireWrite(HeaderEnvelope envelope)
ProtonEnginePipelineProxy
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
Methods in org.apache.qpid.protonj2.engine.impl.sasl with parameters of type HeaderEnvelope Modifier and Type Method Description void
ProtonSaslHandler. handleRead(EngineHandlerContext context, HeaderEnvelope header)
void
ProtonSaslHandler. handleWrite(EngineHandlerContext context, HeaderEnvelope frame)
-