| Package | Description |
|---|---|
| org.apache.qpid.proton.engine | |
| org.apache.qpid.proton.engine.impl | |
| org.apache.qpid.proton.hawtdispatch.api | |
| org.apache.qpid.proton.hawtdispatch.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 |
| Modifier and Type | Field and Description |
|---|---|
Delivery |
MessageDelivery.delivery |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AmqpReceiver.onMessage(Delivery delivery,
org.fusesource.hawtbuf.Buffer buffer) |
protected void |
AmqpReceiver.processDelivery(Delivery delivery) |
protected void |
AmqpSender.processDelivery(Delivery delivery) |
protected abstract void |
AmqpLink.processDelivery(Delivery delivery) |
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpListener.processDelivery(Delivery delivery) |
Copyright © 2025 The Apache Software Foundation. All rights reserved.