Uses of Interface
org.apache.qpid.proton.engine.Delivery
-
Packages that use Delivery Package Description org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl -
-
Uses of Delivery in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return Delivery Modifier and Type Method Description DeliveryLink. current()Returns the current deliveryDeliveryLink. 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.DeliveryLink. delivery(byte[] tag, int offset, int length)Create a delivery object based on the specified tag.DeliveryEvent. getDelivery()DeliveryConnection. getWorkHead()Returns the head of the delivery work list.DeliveryDelivery. getWorkNext()DeliveryLink. head()Returns the head delivery on the link.DeliveryDelivery. next() -
Uses of Delivery in org.apache.qpid.proton.engine.impl
Classes in org.apache.qpid.proton.engine.impl that implement Delivery Modifier and Type Class Description classDeliveryImpl
-