| Package | Description |
|---|---|
| org.apache.qpid.proton.amqp.transport | |
| org.apache.qpid.proton.engine | |
| org.apache.qpid.proton.engine.impl |
| Modifier and Type | Method and Description |
|---|---|
ReceiverSettleMode |
Transfer.getRcvSettleMode() |
ReceiverSettleMode |
Attach.getRcvSettleMode() |
static ReceiverSettleMode |
ReceiverSettleMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReceiverSettleMode |
ReceiverSettleMode.valueOf(UnsignedByte value) |
static ReceiverSettleMode[] |
ReceiverSettleMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transfer.setRcvSettleMode(ReceiverSettleMode rcvSettleMode) |
void |
Attach.setRcvSettleMode(ReceiverSettleMode rcvSettleMode) |
| Modifier and Type | Method and Description |
|---|---|
ReceiverSettleMode |
Link.getReceiverSettleMode() |
ReceiverSettleMode |
Link.getRemoteReceiverSettleMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
Link.setReceiverSettleMode(ReceiverSettleMode receiverSettleMode)
Sets the receiver settle mode.
|
| Modifier and Type | Method and Description |
|---|---|
ReceiverSettleMode |
LinkImpl.getReceiverSettleMode() |
ReceiverSettleMode |
LinkImpl.getRemoteReceiverSettleMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkImpl.setReceiverSettleMode(ReceiverSettleMode receiverSettleMode) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.