Uses of Interface
org.apache.qpid.proton.engine.Delivery
Packages that use Delivery
-
Uses of Delivery in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return DeliveryModifier and TypeMethodDescriptionLink.current()
Returns the current deliveryLink.delivery
(byte[] tag) Create a delivery object based on the specified tag and adds it to the this link's delivery list and its connection work list.Link.delivery
(byte[] tag, int offset, int length) Create a delivery object based on the specified tag.Event.getDelivery()
Connection.getWorkHead()
Returns the head of the delivery work list.Delivery.getWorkNext()
Link.head()
Returns the head delivery on the link.Delivery.next()
-
Uses of Delivery in org.apache.qpid.proton.engine.impl
Classes in org.apache.qpid.proton.engine.impl that implement Delivery