Uses of Enum
org.apache.qpid.proton.amqp.transport.ReceiverSettleMode
Packages that use ReceiverSettleMode
Package
Description
-
Uses of ReceiverSettleMode in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return ReceiverSettleModeModifier and TypeMethodDescriptionAttach.getRcvSettleMode()
Transfer.getRcvSettleMode()
static ReceiverSettleMode
Returns the enum constant of this type with the specified name.static ReceiverSettleMode
ReceiverSettleMode.valueOf
(UnsignedByte value) 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.Methods in org.apache.qpid.proton.amqp.transport with parameters of type ReceiverSettleModeModifier and TypeMethodDescriptionvoid
Attach.setRcvSettleMode
(ReceiverSettleMode rcvSettleMode) void
Transfer.setRcvSettleMode
(ReceiverSettleMode rcvSettleMode) -
Uses of ReceiverSettleMode in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return ReceiverSettleModeModifier and TypeMethodDescriptionLink.getReceiverSettleMode()
Link.getRemoteReceiverSettleMode()
Methods in org.apache.qpid.proton.engine with parameters of type ReceiverSettleModeModifier and TypeMethodDescriptionvoid
Link.setReceiverSettleMode
(ReceiverSettleMode receiverSettleMode) Sets the receiver settle mode. -
Uses of ReceiverSettleMode in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return ReceiverSettleModeModifier and TypeMethodDescriptionLinkImpl.getReceiverSettleMode()
LinkImpl.getRemoteReceiverSettleMode()
Methods in org.apache.qpid.proton.engine.impl with parameters of type ReceiverSettleModeModifier and TypeMethodDescriptionvoid
LinkImpl.setReceiverSettleMode
(ReceiverSettleMode receiverSettleMode)