Uses of Interface
org.apache.qpid.proton.engine.Delivery

Packages that use Delivery
org.apache.qpid.proton.engine   
 

Uses of Delivery in org.apache.qpid.proton.engine
 

Methods in org.apache.qpid.proton.engine that return Delivery
 Delivery Link.current()
          Returns the current delivery
 Delivery Link.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.
 Delivery Link.delivery(byte[] tag, int offset, int length)
          Create a delivery object based on the specified tag.
 Delivery Connection.getWorkHead()
          Returns the head of the delivery work list.
 Delivery Delivery.getWorkNext()
           
 

Methods in org.apache.qpid.proton.engine that return types with arguments of type Delivery
 Iterator<Delivery> Link.unsettled()
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.