Uses of Interface
org.apache.qpid.protonj2.codec.Decoder
Package
Description
-
Uses of Decoder in org.apache.qpid.protonj2.client.impl
Modifier and TypeMethodDescriptionstatic Message<?>
ClientMessageSupport.decodeMessage
(Decoder decoder, ProtonBuffer buffer, Consumer<DeliveryAnnotations> daConsumer) static Message<?>
ClientMessageSupport.decodeMessage
(Decoder decoder, DecoderState decoderState, ProtonBuffer buffer, Consumer<DeliveryAnnotations> daConsumer) -
Uses of Decoder in org.apache.qpid.protonj2.codec
Modifier and TypeMethodDescriptionstatic Decoder
CodecFactory.getDecoder()
DecoderState.getDecoder()
static Decoder
CodecFactory.getDefaultDecoder()
static Decoder
CodecFactory.getDefaultSaslDecoder()
static Decoder
CodecFactory.getSaslDecoder()
<V> Decoder
Decoder.registerDescribedTypeDecoder
(DescribedTypeDecoder<V> decoder) Allows customDescribedTypeDecoder
instances to be registered with thisDecoder
which will be used if the described type encoding is encountered during decode operations.Modifier and TypeMethodDescriptiondefault DescribedTypeDecoder<V>
DescribedTypeDecoder.decoderRegistered
(Decoder decoder) Allow the type decoder to react to being registered with a givenDecoder
instance.static void
CodecFactory.setDecoder
(Decoder decoder) Sets anDecoder
instance that will be returned from all calls to theCodecFactory.getDecoder()
.static void
CodecFactory.setSaslDecoder
(Decoder decoder) Sets anDecoder
instance that will be returned from all calls to theCodecFactory.getSaslDecoder()
. -
Uses of Decoder in org.apache.qpid.protonj2.codec.decoders
Modifier and TypeClassDescriptionfinal class
The default AMQP Decoder implementation.