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 |
Connection.getWorkHead()
Returns the head of the delivery work list.
|
Delivery |
Delivery.getWorkNext() |
Modifier and Type | Method and Description |
---|---|
Iterator<Delivery> |
Link.unsettled() |
Modifier and Type | Class and Description |
---|---|
class |
DeliveryImpl |
Modifier and Type | Method and Description |
---|---|
Iterator<Delivery> |
SenderImpl.unsettled() |
Iterator<Delivery> |
ReceiverImpl.unsettled() |
Copyright © 2013 The Apache Software Foundation. All rights reserved.