Uses of Class
org.apache.qpid.proton.engine.impl.DeliveryImpl

Packages that use DeliveryImpl
org.apache.qpid.proton.engine.impl   
 

Uses of DeliveryImpl in org.apache.qpid.proton.engine.impl
 

Methods in org.apache.qpid.proton.engine.impl that return DeliveryImpl
 DeliveryImpl LinkImpl.current()
           
 DeliveryImpl LinkImpl.delivery(byte[] tag)
           
 DeliveryImpl LinkImpl.delivery(byte[] tag, int offset, int length)
           
 DeliveryImpl ConnectionImpl.getWorkHead()
           
 DeliveryImpl DeliveryImpl.getWorkNext()
           
 

Methods in org.apache.qpid.proton.engine.impl that return types with arguments of type DeliveryImpl
 Iterator<DeliveryImpl> ConnectionImpl.getWorkSequence()
           
 

Methods in org.apache.qpid.proton.engine.impl with parameters of type DeliveryImpl
 void LinkImpl.remove(DeliveryImpl delivery)
           
 void ConnectionImpl.removeTransportWork(DeliveryImpl delivery)
           
 

Constructors in org.apache.qpid.proton.engine.impl with parameters of type DeliveryImpl
DeliveryImpl(byte[] tag, LinkImpl link, DeliveryImpl previous)
           
TransportDelivery(UnsignedInteger currentDeliveryId, DeliveryImpl delivery, org.apache.qpid.proton.engine.impl.TransportLink transportLink)
           
 



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