Uses of Class
org.apache.qpid.protonj2.types.security.SaslOutcome
-
-
Uses of SaslOutcome in org.apache.qpid.protonj2.codec.decoders.security
Methods in org.apache.qpid.protonj2.codec.decoders.security that return SaslOutcome Modifier and Type Method Description SaslOutcome[]SaslOutcomeTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)SaslOutcome[]SaslOutcomeTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)SaslOutcomeSaslOutcomeTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)SaslOutcomeSaslOutcomeTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.security that return types with arguments of type SaslOutcome Modifier and Type Method Description java.lang.Class<SaslOutcome>SaslOutcomeTypeDecoder. getTypeClass() -
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 SaslOutcome Modifier and Type Method Description java.lang.Class<SaslOutcome>SaslOutcomeTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.security with parameters of type SaslOutcome Modifier and Type Method Description intSaslOutcomeTypeEncoder. getElementCount(SaslOutcome outcome)byteSaslOutcomeTypeEncoder. getListEncoding(SaslOutcome value)voidSaslOutcomeTypeEncoder. writeElement(SaslOutcome outcome, int index, ProtonBuffer buffer, EncoderState state) -
Uses of SaslOutcome in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type SaslOutcome Modifier and Type Method Description voidProtonFrameDecodingHandler. 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 SaslOutcome Modifier and Type Method Description SaslOutcomeSaslOutcome. copy()SaslOutcomeSaslOutcome. setAdditionalData(ProtonBuffer additionalData)SaslOutcomeSaslOutcome. setAdditionalData(Binary additionalData)SaslOutcomeSaslOutcome. setCode(SaslCode code)Methods in org.apache.qpid.protonj2.types.security with parameters of type SaslOutcome Modifier and Type Method Description default voidSaslPerformative.SaslPerformativeHandler. handleOutcome(SaslOutcome saslOutcome, E context)
-