Uses of Interface
org.apache.qpid.protonj2.codec.decoders.PrimitiveArrayTypeDecoder
-
Packages that use PrimitiveArrayTypeDecoder Package Description org.apache.qpid.protonj2.codec.decoders.primitives -
-
Uses of PrimitiveArrayTypeDecoder in org.apache.qpid.protonj2.codec.decoders.primitives
Classes in org.apache.qpid.protonj2.codec.decoders.primitives that implement PrimitiveArrayTypeDecoder Modifier and Type Class Description classAbstractArrayTypeDecoderBase for the decoders of AMQP Array types that defaults to returning opaque Object values to match what the other decoders do.classArray32TypeDecoderDecoder of AMQP Arrays from a byte stream.classArray8TypeDecoderDecoder of AMQP Arrays from a byte stream.
-