Uses of Class
org.apache.qpid.protonj2.types.messaging.AmqpSequence
-
Packages that use AmqpSequence Package Description org.apache.qpid.protonj2.codec.decoders.messaging org.apache.qpid.protonj2.codec.encoders.messaging org.apache.qpid.protonj2.types.messaging -
-
Uses of AmqpSequence in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return AmqpSequence Modifier and Type Method Description AmqpSequence[]AmqpSequenceTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)AmqpSequence[]AmqpSequenceTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)AmqpSequenceAmqpSequenceTypeDecoder. readValue(java.io.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 Modifier and Type Method Description java.lang.Class<AmqpSequence>AmqpSequenceTypeDecoder. getTypeClass() -
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 AmqpSequence Modifier and Type Method Description java.lang.Class<AmqpSequence>AmqpSequenceTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type AmqpSequence Modifier and Type Method Description voidAmqpSequenceTypeEncoder. 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 Modifier and Type Method Description AmqpSequence<E>AmqpSequence. copy()
-