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 |
Attach.getRcvSettleMode() |
ReceiverSettleMode |
Transfer.getRcvSettleMode() |
static ReceiverSettleMode |
ReceiverSettleMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
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 |
Attach.setRcvSettleMode(ReceiverSettleMode rcvSettleMode) |
void |
Transfer.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 © 2016 The Apache Software Foundation. All rights reserved.