Uses of Class
org.apache.qpid.protonj2.engine.IncomingAMQPEnvelope
Packages that use IncomingAMQPEnvelope
Package
Description
-
Uses of IncomingAMQPEnvelope in org.apache.qpid.protonj2.engine
Subclasses of IncomingAMQPEnvelope in org.apache.qpid.protonj2.engineModifier and TypeClassDescriptionfinal class
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 IncomingAMQPEnvelopeModifier and TypeMethodDescriptionAMQPPerformativeEnvelopePool.incomingEnvelopePool()
AMQPPerformativeEnvelopePool.incomingEnvelopePool
(int maxPoolSize) Methods in org.apache.qpid.protonj2.engine with parameters of type IncomingAMQPEnvelopeModifier 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
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type IncomingAMQPEnvelopeModifier 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
Methods in org.apache.qpid.protonj2.engine.impl.sasl with parameters of type IncomingAMQPEnvelopeModifier and TypeMethodDescriptionvoid
ProtonSaslHandler.handleRead
(EngineHandlerContext context, IncomingAMQPEnvelope frame)