Uses of Class
org.apache.qpid.protonj2.types.security.SaslInit
-
Packages that use SaslInit Package Description org.apache.qpid.protonj2.codec.decoders.security org.apache.qpid.protonj2.codec.encoders.security org.apache.qpid.protonj2.types.security -
-
Uses of SaslInit in org.apache.qpid.protonj2.codec.decoders.security
Methods in org.apache.qpid.protonj2.codec.decoders.security that return SaslInit Modifier and Type Method Description SaslInit[]SaslInitTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)SaslInit[]SaslInitTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)SaslInitSaslInitTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)SaslInitSaslInitTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.security that return types with arguments of type SaslInit Modifier and Type Method Description java.lang.Class<SaslInit>SaslInitTypeDecoder. getTypeClass() -
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 SaslInit Modifier and Type Method Description java.lang.Class<SaslInit>SaslInitTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.security with parameters of type SaslInit Modifier and Type Method Description intSaslInitTypeEncoder. getElementCount(SaslInit init)voidSaslInitTypeEncoder. writeElement(SaslInit init, int index, ProtonBuffer buffer, EncoderState state) -
Uses of SaslInit in org.apache.qpid.protonj2.types.security
Methods in org.apache.qpid.protonj2.types.security that return SaslInit Modifier and Type Method Description SaslInitSaslInit. copy()SaslInitSaslInit. setHostname(java.lang.String hostname)SaslInitSaslInit. setInitialResponse(ProtonBuffer initialResponse)SaslInitSaslInit. setInitialResponse(Binary initialResponse)SaslInitSaslInit. setMechanism(Symbol mechanism)Methods in org.apache.qpid.protonj2.types.security with parameters of type SaslInit Modifier and Type Method Description default voidSaslPerformative.SaslPerformativeHandler. handleInit(SaslInit saslInit, E context)
-