Uses of Class
org.apache.qpid.protonj2.types.security.SaslOutcome
Packages that use SaslOutcome
Package
Description
-
Uses of SaslOutcome in org.apache.qpid.protonj2.codec.decoders.security
Methods in org.apache.qpid.protonj2.codec.decoders.security that return SaslOutcomeModifier and TypeMethodDescriptionSaslOutcomeTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) SaslOutcomeTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) SaslOutcomeTypeDecoder.readValue(InputStream stream, StreamDecoderState state) SaslOutcomeTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.security that return types with arguments of type SaslOutcome -
Uses of SaslOutcome in org.apache.qpid.protonj2.codec.encoders.security
Methods in org.apache.qpid.protonj2.codec.encoders.security that return types with arguments of type SaslOutcomeMethods in org.apache.qpid.protonj2.codec.encoders.security with parameters of type SaslOutcomeModifier and TypeMethodDescriptionintSaslOutcomeTypeEncoder.getElementCount(SaslOutcome outcome) byteSaslOutcomeTypeEncoder.getListEncoding(SaslOutcome value) voidSaslOutcomeTypeEncoder.writeElement(SaslOutcome outcome, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of SaslOutcome in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type SaslOutcomeModifier and TypeMethodDescriptionvoidProtonFrameDecodingHandler.handleOutcome(SaslOutcome saslOutcome, EngineHandlerContext context) -
Uses of SaslOutcome in org.apache.qpid.protonj2.types.security
Methods in org.apache.qpid.protonj2.types.security that return SaslOutcomeModifier and TypeMethodDescriptionSaslOutcome.copy()SaslOutcome.setAdditionalData(ProtonBuffer additionalData) SaslOutcome.setAdditionalData(Binary additionalData) Methods in org.apache.qpid.protonj2.types.security with parameters of type SaslOutcomeModifier and TypeMethodDescriptiondefault voidSaslPerformative.SaslPerformativeHandler.handleOutcome(SaslOutcome saslOutcome, E context)