| Package | Description |
|---|---|
| org.apache.qpid.proton.engine |
| 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 |
Connection.getWorkHead()
Returns the head of the delivery work list.
|
Delivery |
Delivery.getWorkNext() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Delivery> |
Link.unsettled() |
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.