Uses of Interface
org.apache.qpid.protonj2.codec.StreamDecoder
Packages that use StreamDecoder
-
Uses of StreamDecoder in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return StreamDecoderModifier and TypeMethodDescriptionStreamDecoderState.getDecoder()
<V> StreamDecoder
StreamDecoder.registerDescribedTypeDecoder
(StreamDescribedTypeDecoder<V> decoder) Allows customStreamDescribedTypeDecoder
instances to be registered with thisStreamDecoder
which will be used if the described type encoding is encountered during decode operations. -
Uses of StreamDecoder in org.apache.qpid.protonj2.codec.decoders
Classes in org.apache.qpid.protonj2.codec.decoders that implement StreamDecoderModifier and TypeClassDescriptionfinal class
The default AMQP Decoder implementation.