Uses of Interface
org.apache.qpid.protonj2.types.DeliveryTag
-
-
Uses of DeliveryTag in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return DeliveryTag Modifier and Type Method Description DeliveryTagDecoder. readDeliveryTag(ProtonBuffer buffer, DecoderState state)This method expects to read aBinaryencoded type from the provided buffer and constructs aDeliveryTagtype that wraps the bytes encoded.DeliveryTagStreamDecoder. readDeliveryTag(InputStream stream, StreamDecoderState state)This method expects to read aBinaryencoded type from the provided stream and constructs aDeliveryTagtype that wraps the bytes encoded.Methods in org.apache.qpid.protonj2.codec with parameters of type DeliveryTag Modifier and Type Method Description voidEncoder. writeDeliveryTag(ProtonBuffer buffer, EncoderState state, DeliveryTag value)Writes the contents of the givenDeliveryTagvalue into the providedProtonBufferinstance as an AMQP Binary type. -
Uses of DeliveryTag in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return DeliveryTag Modifier and Type Method Description DeliveryTagProtonDecoder. readDeliveryTag(ProtonBuffer buffer, DecoderState state)DeliveryTagProtonStreamDecoder. readDeliveryTag(InputStream stream, StreamDecoderState state) -
Uses of DeliveryTag in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders that return types with arguments of type DeliveryTag Modifier and Type Method Description Class<DeliveryTag>DeliveryTagEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type DeliveryTag Modifier and Type Method Description voidProtonEncoder. writeDeliveryTag(ProtonBuffer buffer, EncoderState state, DeliveryTag value)voidDeliveryTagEncoder. writeType(ProtonBuffer buffer, EncoderState state, DeliveryTag value) -
Uses of DeliveryTag in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return DeliveryTag Modifier and Type Method Description DeliveryTagIncomingDelivery. getTag()DeliveryTagOutgoingDelivery. getTag()DeliveryTagDeliveryTagGenerator. nextTag()Creates and returns the nextDeliveryTagtag that should be used when populating anOutgoingDelivery.Methods in org.apache.qpid.protonj2.engine with parameters of type DeliveryTag Modifier and Type Method Description OutgoingDeliveryOutgoingDelivery. setTag(DeliveryTag deliveryTag)Sets theDeliveryTagto assign to this outgoing delivery. -
Uses of DeliveryTag in org.apache.qpid.protonj2.engine.impl
Classes in org.apache.qpid.protonj2.engine.impl that implement DeliveryTag Modifier and Type Class Description protected static classProtonSequentialTagGenerator.ProtonNumericDeliveryTagMethods in org.apache.qpid.protonj2.engine.impl that return DeliveryTag Modifier and Type Method Description DeliveryTagProtonSequentialTagGenerator.ProtonNumericDeliveryTag. copy()DeliveryTagProtonIncomingDelivery. getTag()DeliveryTagProtonOutgoingDelivery. getTag()DeliveryTagProtonPooledTagGenerator. nextTag()DeliveryTagProtonSequentialTagGenerator. nextTag()DeliveryTagProtonUuidTagGenerator. nextTag()Methods in org.apache.qpid.protonj2.engine.impl with parameters of type DeliveryTag Modifier and Type Method Description OutgoingDeliveryProtonOutgoingDelivery. setTag(DeliveryTag deliveryTag)Constructors in org.apache.qpid.protonj2.engine.impl with parameters of type DeliveryTag Constructor Description ProtonIncomingDelivery(ProtonReceiver link, long deliveryId, DeliveryTag deliveryTag) -
Uses of DeliveryTag in org.apache.qpid.protonj2.types
Classes in org.apache.qpid.protonj2.types that implement DeliveryTag Modifier and Type Class Description static classDeliveryTag.ProtonDeliveryTagA default DeliveryTag implementation that can be used by a codec when decoding DeliveryTag instances from the wire.Methods in org.apache.qpid.protonj2.types that return DeliveryTag Modifier and Type Method Description DeliveryTagDeliveryTag. copy()Create a copy of this delivery tag, the copy should account for any underlying pooling of tags that the tag source's implementation is using.DeliveryTagDeliveryTag.ProtonDeliveryTag. copy() -
Uses of DeliveryTag in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return DeliveryTag Modifier and Type Method Description DeliveryTagTransfer. getDeliveryTag()Methods in org.apache.qpid.protonj2.types.transport with parameters of type DeliveryTag Modifier and Type Method Description TransferTransfer. setDeliveryTag(DeliveryTag deliveryTag)
-