Uses of Class
org.apache.qpid.protonj2.engine.SASLEnvelope
-
Packages that use SASLEnvelope Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl org.apache.qpid.protonj2.engine.impl.sasl -
-
Uses of SASLEnvelope in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine with parameters of type SASLEnvelope Modifier and Type Method Description void
EngineHandlerContext. fireRead(SASLEnvelope envelope)
Fires a read of SASL events into the previous handler in theEnginePipeline
for further processing.EnginePipeline
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
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
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type SASLEnvelope Modifier and Type Method Description void
ProtonEngineHandlerContext. fireRead(SASLEnvelope envelope)
ProtonEnginePipeline
ProtonEnginePipeline. fireRead(SASLEnvelope envelope)
ProtonEnginePipelineProxy
ProtonEnginePipelineProxy. fireRead(SASLEnvelope envelope)
void
ProtonEngineHandlerContext. fireWrite(SASLEnvelope envelope)
ProtonEnginePipeline
ProtonEnginePipeline. fireWrite(SASLEnvelope envelope)
ProtonEnginePipelineProxy
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
Methods in org.apache.qpid.protonj2.engine.impl.sasl with parameters of type SASLEnvelope Modifier and Type Method Description void
ProtonSaslHandler. handleRead(EngineHandlerContext context, SASLEnvelope frame)
void
ProtonSaslHandler. handleWrite(EngineHandlerContext context, SASLEnvelope frame)
-