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 StreamDecoderStreamDecoderState. getDecoder()<V> StreamDecoderStreamDecoder. registerDescribedTypeDecoder(StreamDescribedTypeDecoder<V> decoder)Allows customStreamDescribedTypeDecoderinstances to be registered with thisStreamDecoderwhich 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 classProtonStreamDecoderThe default AMQP Decoder implementation. 
 -