Uses of Class
org.apache.qpid.protonj2.types.security.SaslMechanisms
Packages that use SaslMechanisms
Package
Description
-
Uses of SaslMechanisms in org.apache.qpid.protonj2.codec.decoders.security
Methods in org.apache.qpid.protonj2.codec.decoders.security that return SaslMechanismsModifier and TypeMethodDescriptionSaslMechanismsTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) SaslMechanismsTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) SaslMechanismsTypeDecoder.readValue(InputStream stream, StreamDecoderState state) SaslMechanismsTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.security that return types with arguments of type SaslMechanisms -
Uses of SaslMechanisms in org.apache.qpid.protonj2.codec.encoders.security
Methods in org.apache.qpid.protonj2.codec.encoders.security that return types with arguments of type SaslMechanismsMethods in org.apache.qpid.protonj2.codec.encoders.security with parameters of type SaslMechanismsModifier and TypeMethodDescriptionintSaslMechanismsTypeEncoder.getElementCount(SaslMechanisms challenge) voidSaslMechanismsTypeEncoder.writeElement(SaslMechanisms mechanisms, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of SaslMechanisms in org.apache.qpid.protonj2.types.security
Methods in org.apache.qpid.protonj2.types.security that return SaslMechanismsModifier and TypeMethodDescriptionSaslMechanisms.copy()SaslMechanisms.setSaslServerMechanisms(Symbol... saslServerMechanisms) Methods in org.apache.qpid.protonj2.types.security with parameters of type SaslMechanismsModifier and TypeMethodDescriptiondefault voidSaslPerformative.SaslPerformativeHandler.handleMechanisms(SaslMechanisms saslMechanisms, E context)