Uses of Class
org.apache.qpid.protonj2.client.impl.ClientDelivery
-
Packages that use ClientDelivery Package Description org.apache.qpid.protonj2.client.impl org.apache.qpid.protonj2.client.util -
-
Uses of ClientDelivery in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl that return ClientDelivery Modifier and Type Method Description protected ClientDelivery
ClientDelivery. self()
-
Uses of ClientDelivery in org.apache.qpid.protonj2.client.util
Methods in org.apache.qpid.protonj2.client.util that return ClientDelivery Modifier and Type Method Description ClientDelivery
DeliveryQueue. dequeue(long timeout)
Used to get anDelivery
.ClientDelivery
FifoDeliveryQueue. dequeue(long timeout)
ClientDelivery
DeliveryQueue. dequeueNoWait()
Used to get an enqueuedDelivery
if on exists, otherwise returns null.ClientDelivery
FifoDeliveryQueue. dequeueNoWait()
Methods in org.apache.qpid.protonj2.client.util with parameters of type ClientDelivery Modifier and Type Method Description void
DeliveryQueue. enqueue(ClientDelivery delivery)
Adds the givenDelivery
to the end of the Delivery queue.void
FifoDeliveryQueue. enqueue(ClientDelivery envelope)
void
DeliveryQueue. enqueueFirst(ClientDelivery delivery)
Adds the givenDelivery
to the front of the queue.void
FifoDeliveryQueue. enqueueFirst(ClientDelivery envelope)
-