Uses of Interface
org.apache.qpid.protonj2.codec.StreamDecoder
-
Packages that use StreamDecoder Package Description org.apache.qpid.protonj2.codec org.apache.qpid.protonj2.codec.decoders -
-
Uses of StreamDecoder in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return StreamDecoder Modifier and Type Method Description StreamDecoder
StreamDecoderState. 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 StreamDecoder Modifier and Type Class Description class
ProtonStreamDecoder
The default AMQP Decoder implementation.
-