Uses of Class
org.apache.qpid.protonj2.engine.IncomingAMQPEnvelope
-
Packages that use IncomingAMQPEnvelope Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl org.apache.qpid.protonj2.engine.impl.sasl -
-
Uses of IncomingAMQPEnvelope in org.apache.qpid.protonj2.engine
Subclasses of IncomingAMQPEnvelope in org.apache.qpid.protonj2.engine Modifier and Type Class Description class
EmptyEnvelope
An empty envelope which can be used to drive transport activity when idle.Methods in org.apache.qpid.protonj2.engine that return types with arguments of type IncomingAMQPEnvelope Modifier and Type Method Description static AMQPPerformativeEnvelopePool<IncomingAMQPEnvelope>
AMQPPerformativeEnvelopePool. incomingEnvelopePool()
static AMQPPerformativeEnvelopePool<IncomingAMQPEnvelope>
AMQPPerformativeEnvelopePool. incomingEnvelopePool(int maxPoolSize)
Methods in org.apache.qpid.protonj2.engine with parameters of type IncomingAMQPEnvelope Modifier and Type Method Description void
EngineHandlerContext. fireRead(IncomingAMQPEnvelope envelope)
Fires a read of IncomingProtocolFrame events into the previous handler in theEnginePipeline
for further processing.EnginePipeline
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
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type IncomingAMQPEnvelope Modifier and Type Method Description void
ProtonEngineHandlerContext. fireRead(IncomingAMQPEnvelope envelope)
ProtonEnginePipeline
ProtonEnginePipeline. fireRead(IncomingAMQPEnvelope envelope)
ProtonEnginePipelineProxy
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
Methods in org.apache.qpid.protonj2.engine.impl.sasl with parameters of type IncomingAMQPEnvelope Modifier and Type Method Description void
ProtonSaslHandler. handleRead(EngineHandlerContext context, IncomingAMQPEnvelope frame)
-