Uses of Class
org.apache.qpid.protonj2.types.messaging.Received
-
Packages that use Received Package Description org.apache.qpid.protonj2.codec.decoders.messaging org.apache.qpid.protonj2.codec.encoders.messaging org.apache.qpid.protonj2.types.messaging -
-
Uses of Received in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return Received Modifier and Type Method Description Received[]ReceivedTypeDecoder. readArrayElements(InputStream stream, StreamDecoderState state, int count)Received[]ReceivedTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)ReceivedReceivedTypeDecoder. readValue(InputStream stream, StreamDecoderState state)ReceivedReceivedTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type Received Modifier and Type Method Description Class<Received>ReceivedTypeDecoder. getTypeClass() -
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 Received Modifier and Type Method Description Class<Received>ReceivedTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type Received Modifier and Type Method Description intReceivedTypeEncoder. 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 Received Modifier and Type Method Description ReceivedReceived. setSectionNumber(UnsignedInteger sectionNumber)ReceivedReceived. setSectionOffset(UnsignedLong sectionOffset)
-