Uses of Interface
org.apache.qpid.protonj2.types.security.SaslPerformative.SaslPerformativeHandler
-
Packages that use SaslPerformative.SaslPerformativeHandler Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl org.apache.qpid.protonj2.types.security -
-
Uses of SaslPerformative.SaslPerformativeHandler in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine with parameters of type SaslPerformative.SaslPerformativeHandler Modifier and Type Method Description <E> voidSASLEnvelope. invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context)Invoke the correct handler based on the SASL performative contained in this envelope. -
Uses of SaslPerformative.SaslPerformativeHandler in org.apache.qpid.protonj2.engine.impl
Classes in org.apache.qpid.protonj2.engine.impl that implement SaslPerformative.SaslPerformativeHandler Modifier and Type Class Description classProtonFrameDecodingHandlerHandler used to parse incoming frame data input into the engine -
Uses of SaslPerformative.SaslPerformativeHandler in org.apache.qpid.protonj2.types.security
Methods in org.apache.qpid.protonj2.types.security with parameters of type SaslPerformative.SaslPerformativeHandler Modifier and Type Method Description <E> voidSaslChallenge. invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context)<E> voidSaslInit. invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context)<E> voidSaslMechanisms. invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context)<E> voidSaslOutcome. invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context)<E> voidSaslPerformative. invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context)<E> voidSaslResponse. invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context)
-