Uses of Class
org.apache.qpid.protonj2.types.messaging.Received
Packages that use Received
Package
Description
-
Uses of Received in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return ReceivedModifier and TypeMethodDescriptionReceived[]ReceivedTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Received[]ReceivedTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) ReceivedTypeDecoder.readValue(InputStream stream, StreamDecoderState state) ReceivedTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type Received -
Uses of Received in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type ReceivedMethods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type ReceivedModifier and TypeMethodDescriptionintReceivedTypeEncoder.getElementCount(Received value) byteReceivedTypeEncoder.getListEncoding(Received value) voidReceivedTypeEncoder.writeElement(Received source, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of Received in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return ReceivedModifier and TypeMethodDescriptionReceived.setSectionNumber(UnsignedInteger sectionNumber) Received.setSectionOffset(UnsignedLong sectionOffset)