Uses of Interface
org.apache.qpid.protonj2.types.DescribedType
Packages that use DescribedType
Package
Description
-
Uses of DescribedType in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type DescribedTypeModifier and TypeMethodDescriptionvoidEncoder.writeDescribedType(ProtonBuffer buffer, EncoderState state, DescribedType value) Write aDescribedTypetype encoding to the given buffer. -
Uses of DescribedType in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return DescribedTypeModifier and TypeMethodDescriptionfinal DescribedType[]UnknownDescribedTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) final DescribedType[]UnknownDescribedTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) final DescribedTypeUnknownDescribedTypeDecoder.readValue(InputStream stream, StreamDecoderState state) final DescribedTypeUnknownDescribedTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders that return types with arguments of type DescribedTypeModifier and TypeMethodDescriptionfinal Class<DescribedType>UnknownDescribedTypeDecoder.getTypeClass() -
Uses of DescribedType in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders that return types with arguments of type DescribedTypeMethods in org.apache.qpid.protonj2.codec.encoders with parameters of type DescribedTypeModifier and TypeMethodDescriptionvoidProtonEncoder.writeDescribedType(ProtonBuffer buffer, EncoderState state, DescribedType value) voidUnknownDescribedTypeEncoder.writeType(ProtonBuffer buffer, EncoderState state, DescribedType value) -
Uses of DescribedType in org.apache.qpid.protonj2.types
Classes in org.apache.qpid.protonj2.types that implement DescribedTypeModifier and TypeClassDescriptionclassGeneric AMQP Described type wrapper that is used whenever a decode encounters an Described type encoding for which there is noDescribedTypeDecoderregistered.