Uses of Class
org.apache.qpid.protonj2.types.messaging.AmqpValue
Packages that use AmqpValue
Package
Description
-
Uses of AmqpValue in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return AmqpValueModifier and TypeMethodDescriptionAmqpValueTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) AmqpValueTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) AmqpValueTypeDecoder.readValue(InputStream stream, StreamDecoderState state) AmqpValue<?>AmqpValueTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type AmqpValue -
Uses of AmqpValue in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type AmqpValueMethods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type AmqpValueModifier and TypeMethodDescriptionvoidAmqpValueTypeEncoder.writeType(ProtonBuffer buffer, EncoderState state, AmqpValue value) -
Uses of AmqpValue in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return AmqpValue