Uses of Class
org.apache.qpid.protonj2.engine.SASLEnvelope
Package
Description
-
Uses of SASLEnvelope in org.apache.qpid.protonj2.engine
Modifier and TypeMethodDescriptionvoid
EngineHandlerContext.fireRead
(SASLEnvelope envelope) Fires a read of SASL events into the previous handler in theEnginePipeline
for further processing.EnginePipeline.fireRead
(SASLEnvelope envelope) Fires a read event consisting of the givenSASLEnvelope
into the pipeline starting from the lastEngineHandler
in the pipeline and moving through each until the incoming work is fully processed.void
EngineHandlerContext.fireWrite
(SASLEnvelope envelope) Fires a write ofSASLEnvelope
events into the next handler in theEnginePipeline
for further processing.EnginePipeline.fireWrite
(SASLEnvelope envelope) Fires a write event consisting of the givenSASLEnvelope
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, SASLEnvelope envelope) Handle the receipt of an incoming SASL performative based on the current state of this handler.default void
EngineHandler.handleWrite
(EngineHandlerContext context, SASLEnvelope envelope) Handles write of SaslPerformative 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 SASLEnvelope in org.apache.qpid.protonj2.engine.impl
Modifier and TypeMethodDescriptionvoid
ProtonEngineHandlerContext.fireRead
(SASLEnvelope envelope) ProtonEnginePipeline.fireRead
(SASLEnvelope envelope) ProtonEnginePipelineProxy.fireRead
(SASLEnvelope envelope) void
ProtonEngineHandlerContext.fireWrite
(SASLEnvelope envelope) ProtonEnginePipeline.fireWrite
(SASLEnvelope envelope) ProtonEnginePipelineProxy.fireWrite
(SASLEnvelope envelope) void
ProtonFrameDecodingHandler.handleRead
(EngineHandlerContext context, SASLEnvelope envelope) void
ProtonFrameLoggingHandler.handleRead
(EngineHandlerContext context, SASLEnvelope envelope) void
ProtonFrameDecodingHandler.handleWrite
(EngineHandlerContext context, SASLEnvelope envelope) void
ProtonFrameEncodingHandler.handleWrite
(EngineHandlerContext context, SASLEnvelope envelope) void
ProtonFrameLoggingHandler.handleWrite
(EngineHandlerContext context, SASLEnvelope envelope) -
Uses of SASLEnvelope in org.apache.qpid.protonj2.engine.impl.sasl
Modifier and TypeMethodDescriptionvoid
ProtonSaslHandler.handleRead
(EngineHandlerContext context, SASLEnvelope frame) void
ProtonSaslHandler.handleWrite
(EngineHandlerContext context, SASLEnvelope frame)