Package | Description |
---|---|
org.apache.qpid.proton.engine | |
org.apache.qpid.proton.engine.impl |
Modifier and Type | Method and Description |
---|---|
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 |
Event.getDelivery() |
Delivery |
Connection.getWorkHead()
Returns the head of the delivery work list.
|
Delivery |
Delivery.getWorkNext() |
Delivery |
Link.head()
Returns the head delivery on the link.
|
Delivery |
Delivery.next() |
Modifier and Type | Class and Description |
---|---|
class |
DeliveryImpl |
Copyright © 2017 The Apache Software Foundation. All rights reserved.