Uses of Interface
org.apache.qpid.proton.amqp.transport.DeliveryState
Packages that use DeliveryState
Package
Description
-
Uses of DeliveryState in org.apache.qpid.proton.amqp.messaging
Classes in org.apache.qpid.proton.amqp.messaging that implement DeliveryState -
Uses of DeliveryState in org.apache.qpid.proton.amqp.transaction
Classes in org.apache.qpid.proton.amqp.transaction that implement DeliveryState -
Uses of DeliveryState in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return DeliveryStateMethods in org.apache.qpid.proton.amqp.transport with parameters of type DeliveryStateModifier and TypeMethodDescriptionvoid
Disposition.setState
(DeliveryState state) void
Transfer.setState
(DeliveryState state) -
Uses of DeliveryState in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return DeliveryStateModifier and TypeMethodDescriptionDelivery.getDefaultDeliveryState()
Delivery.getLocalState()
Delivery.getRemoteState()
Methods in org.apache.qpid.proton.engine with parameters of type DeliveryStateModifier and TypeMethodDescriptionvoid
Delivery.disposition
(DeliveryState state) updates the state of the delivery The new state may have no on-the-wire effect, if delivery settlement was already communicated to/from the peer.void
Delivery.setDefaultDeliveryState
(DeliveryState state) Configures a default DeliveryState to be used if a received delivery is settled/freed without any disposition state having been previously applied. -
Uses of DeliveryState in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return DeliveryStateModifier and TypeMethodDescriptionDeliveryImpl.getDefaultDeliveryState()
DeliveryImpl.getLocalState()
DeliveryImpl.getRemoteState()
Methods in org.apache.qpid.proton.engine.impl with parameters of type DeliveryStateModifier and TypeMethodDescriptionvoid
DeliveryImpl.disposition
(DeliveryState state) void
DeliveryImpl.setDefaultDeliveryState
(DeliveryState state)