Uses of Class
org.apache.qpid.protonj2.types.security.SaslMechanisms
-
Packages that use SaslMechanisms Package Description org.apache.qpid.protonj2.codec.decoders.security org.apache.qpid.protonj2.codec.encoders.security org.apache.qpid.protonj2.types.security -
-
Uses of SaslMechanisms in org.apache.qpid.protonj2.codec.decoders.security
Methods in org.apache.qpid.protonj2.codec.decoders.security that return SaslMechanisms Modifier and Type Method Description SaslMechanisms[]SaslMechanismsTypeDecoder. readArrayElements(InputStream stream, StreamDecoderState state, int count)SaslMechanisms[]SaslMechanismsTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)SaslMechanismsSaslMechanismsTypeDecoder. readValue(InputStream stream, StreamDecoderState state)SaslMechanismsSaslMechanismsTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.security that return types with arguments of type SaslMechanisms Modifier and Type Method Description Class<SaslMechanisms>SaslMechanismsTypeDecoder. getTypeClass() -
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 SaslMechanisms Modifier and Type Method Description Class<SaslMechanisms>SaslMechanismsTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.security with parameters of type SaslMechanisms Modifier and Type Method Description intSaslMechanismsTypeEncoder. 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 SaslMechanisms Modifier and Type Method Description SaslMechanismsSaslMechanisms. copy()SaslMechanismsSaslMechanisms. setSaslServerMechanisms(Symbol... saslServerMechanisms)Methods in org.apache.qpid.protonj2.types.security with parameters of type SaslMechanisms Modifier and Type Method Description default voidSaslPerformative.SaslPerformativeHandler. handleMechanisms(SaslMechanisms saslMechanisms, E context)
-