Uses of Class
org.apache.qpid.proton.engine.impl.DeliveryImpl
-
Packages that use DeliveryImpl Package Description 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 Modifier and Type Method Description DeliveryImplLinkImpl. current()DeliveryImplLinkImpl. delivery(byte[] tag)DeliveryImplLinkImpl. delivery(byte[] tag, int offset, int length)DeliveryImplConnectionImpl. getWorkHead()DeliveryImplDeliveryImpl. getWorkNext()DeliveryImplLinkImpl. head()DeliveryImplDeliveryImpl. next()Methods in org.apache.qpid.proton.engine.impl that return types with arguments of type DeliveryImpl Modifier and Type Method Description java.util.Iterator<DeliveryImpl>ConnectionImpl. getWorkSequence()Methods in org.apache.qpid.proton.engine.impl with parameters of type DeliveryImpl Modifier and Type Method Description voidConnectionImpl. removeTransportWork(DeliveryImpl delivery)
-