Uses of Enum
org.apache.qpid.protonj2.codec.decoders.ProtonDecoder.DecoderMode
Packages that use ProtonDecoder.DecoderMode
-
Uses of ProtonDecoder.DecoderMode in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return ProtonDecoder.DecoderModeModifier and TypeMethodDescriptionstatic ProtonDecoder.DecoderModeReturns the enum constant of this type with the specified name.static ProtonDecoder.DecoderMode[]ProtonDecoder.DecoderMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.qpid.protonj2.codec.decoders with parameters of type ProtonDecoder.DecoderModeModifierConstructorDescriptionProtonDecoder(ProtonDecoder.DecoderMode mode, BiFunction<ProtonBuffer, DecoderState, Object> descriptorDecoder)