Uses of Class
org.apache.qpid.protonj2.types.security.SaslInit
Packages that use SaslInit
Package
Description
-
Uses of SaslInit in org.apache.qpid.protonj2.codec.decoders.security
Methods in org.apache.qpid.protonj2.codec.decoders.security that return SaslInitModifier and TypeMethodDescriptionSaslInit[]SaslInitTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) SaslInit[]SaslInitTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) SaslInitTypeDecoder.readValue(InputStream stream, StreamDecoderState state) SaslInitTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.security that return types with arguments of type SaslInit -
Uses of SaslInit in org.apache.qpid.protonj2.codec.encoders.security
Methods in org.apache.qpid.protonj2.codec.encoders.security that return types with arguments of type SaslInitMethods in org.apache.qpid.protonj2.codec.encoders.security with parameters of type SaslInitModifier and TypeMethodDescriptionintSaslInitTypeEncoder.getElementCount(SaslInit init) voidSaslInitTypeEncoder.writeElement(SaslInit init, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of SaslInit in org.apache.qpid.protonj2.types.security
Methods in org.apache.qpid.protonj2.types.security that return SaslInitModifier and TypeMethodDescriptionSaslInit.copy()SaslInit.setHostname(String hostname) SaslInit.setInitialResponse(ProtonBuffer initialResponse) SaslInit.setInitialResponse(Binary initialResponse) SaslInit.setMechanism(Symbol mechanism) Methods in org.apache.qpid.protonj2.types.security with parameters of type SaslInitModifier and TypeMethodDescriptiondefault voidSaslPerformative.SaslPerformativeHandler.handleInit(SaslInit saslInit, E context)