Uses of Class
org.apache.qpid.protonj2.types.messaging.AmqpValue
-
Packages that use AmqpValue Package Description org.apache.qpid.protonj2.codec.decoders.messaging org.apache.qpid.protonj2.codec.encoders.messaging org.apache.qpid.protonj2.types.messaging -
-
Uses of AmqpValue in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return AmqpValue Modifier and Type Method Description AmqpValue[]AmqpValueTypeDecoder. readArrayElements(InputStream stream, StreamDecoderState state, int count)AmqpValue[]AmqpValueTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)AmqpValueAmqpValueTypeDecoder. 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 Modifier and Type Method Description Class<AmqpValue>AmqpValueTypeDecoder. getTypeClass() -
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 AmqpValue Modifier and Type Method Description Class<AmqpValue>AmqpValueTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type AmqpValue Modifier and Type Method Description voidAmqpValueTypeEncoder. 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 Modifier and Type Method Description AmqpValue<E>AmqpValue. copy()
-