Uses of Class
org.apache.qpid.protonj2.types.messaging.AmqpSequence
Packages that use AmqpSequence
Package
Description
-
Uses of AmqpSequence in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return AmqpSequenceModifier and TypeMethodDescriptionAmqpSequenceTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) AmqpSequenceTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) AmqpSequenceTypeDecoder.readValue(InputStream stream, StreamDecoderState state) AmqpSequence<?>AmqpSequenceTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type AmqpSequence -
Uses of AmqpSequence in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type AmqpSequenceMethods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type AmqpSequenceModifier and TypeMethodDescriptionvoidAmqpSequenceTypeEncoder.writeType(ProtonBuffer buffer, EncoderState state, AmqpSequence value) -
Uses of AmqpSequence in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return AmqpSequence