Uses of Class
org.xnio.sasl.SaslWrapper
Packages that use SaslWrapper
-
Uses of SaslWrapper in org.xnio.sasl
Methods in org.xnio.sasl that return SaslWrapperModifier and TypeMethodDescriptionstatic SaslWrapper
SaslWrapper.create
(SaslClient saslClient) Create a SASL wrapper for a SASL client.static SaslWrapper
SaslWrapper.create
(SaslServer saslServer) Create a SASL wrapper for a SASL server.Constructors in org.xnio.sasl with parameters of type SaslWrapperModifierConstructorDescriptionSaslUnwrappingConduit
(MessageSinkConduit next, SaslWrapper wrapper) SaslWrappingConduit
(MessageSinkConduit next, SaslWrapper wrapper)