Uses of Class
org.apache.qpid.proton.amqp.transport.ReceiverSettleMode
-
Packages that use ReceiverSettleMode Package Description org.apache.qpid.proton.amqp.transport org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl -
-
Uses of ReceiverSettleMode in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return ReceiverSettleMode Modifier and Type Method Description ReceiverSettleModeAttach. getRcvSettleMode()ReceiverSettleModeTransfer. getRcvSettleMode()static ReceiverSettleModeReceiverSettleMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReceiverSettleModeReceiverSettleMode. 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 ReceiverSettleMode Modifier and Type Method Description voidAttach. setRcvSettleMode(ReceiverSettleMode rcvSettleMode)voidTransfer. setRcvSettleMode(ReceiverSettleMode rcvSettleMode) -
Uses of ReceiverSettleMode in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return ReceiverSettleMode Modifier and Type Method Description ReceiverSettleModeLink. getReceiverSettleMode()ReceiverSettleModeLink. getRemoteReceiverSettleMode()Methods in org.apache.qpid.proton.engine with parameters of type ReceiverSettleMode Modifier and Type Method Description voidLink. 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 ReceiverSettleMode Modifier and Type Method Description ReceiverSettleModeLinkImpl. getReceiverSettleMode()ReceiverSettleModeLinkImpl. getRemoteReceiverSettleMode()Methods in org.apache.qpid.proton.engine.impl with parameters of type ReceiverSettleMode Modifier and Type Method Description voidLinkImpl. setReceiverSettleMode(ReceiverSettleMode receiverSettleMode)
-