Uses of Class
org.apache.qpid.protonj2.engine.IncomingAMQPEnvelope
Package
Description
-
Uses of IncomingAMQPEnvelope in org.apache.qpid.protonj2.engine
Modifier and TypeClassDescriptionfinal class
An empty envelope which can be used to drive transport activity when idle.Modifier and TypeMethodDescriptionAMQPPerformativeEnvelopePool.incomingEnvelopePool()
AMQPPerformativeEnvelopePool.incomingEnvelopePool
(int maxPoolSize) Modifier and TypeMethodDescriptionvoid
EngineHandlerContext.fireRead
(IncomingAMQPEnvelope envelope) Fires a read of IncomingProtocolFrame events into the previous handler in theEnginePipeline
for further processing.EnginePipeline.fireRead
(IncomingAMQPEnvelope envelope) Fires a read event consisting of the givenIncomingAMQPEnvelope
into the pipeline starting from the lastEngineHandler
in the pipeline and moving through each until the incoming work is fully processed.default void
EngineHandler.handleRead
(EngineHandlerContext context, IncomingAMQPEnvelope envelope) Handle the receipt of an incoming AMQP envelope based on the current state of this handler. -
Uses of IncomingAMQPEnvelope in org.apache.qpid.protonj2.engine.impl
Modifier and TypeMethodDescriptionvoid
ProtonEngineHandlerContext.fireRead
(IncomingAMQPEnvelope envelope) ProtonEnginePipeline.fireRead
(IncomingAMQPEnvelope envelope) ProtonEnginePipelineProxy.fireRead
(IncomingAMQPEnvelope envelope) void
ProtonFrameLoggingHandler.handleRead
(EngineHandlerContext context, IncomingAMQPEnvelope envelope) void
ProtonPerformativeHandler.handleRead
(EngineHandlerContext context, IncomingAMQPEnvelope envelope) -
Uses of IncomingAMQPEnvelope in org.apache.qpid.protonj2.engine.impl.sasl
Modifier and TypeMethodDescriptionvoid
ProtonSaslHandler.handleRead
(EngineHandlerContext context, IncomingAMQPEnvelope frame)