Uses of Class
org.apache.qpid.proton.amqp.transport.ReceiverSettleMode

Packages that use ReceiverSettleMode
org.apache.qpid.proton.amqp.transport   
org.apache.qpid.proton.engine   
 

Uses of ReceiverSettleMode in org.apache.qpid.proton.amqp.transport
 

Methods in org.apache.qpid.proton.amqp.transport that return ReceiverSettleMode
 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.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
 void Transfer.setRcvSettleMode(ReceiverSettleMode rcvSettleMode)
           
 void Attach.setRcvSettleMode(ReceiverSettleMode rcvSettleMode)
           
 

Uses of ReceiverSettleMode in org.apache.qpid.proton.engine
 

Methods in org.apache.qpid.proton.engine that return ReceiverSettleMode
 ReceiverSettleMode Link.getReceiverSettleMode()
           
 ReceiverSettleMode Link.getRemoteReceiverSettleMode()
           
 

Methods in org.apache.qpid.proton.engine with parameters of type ReceiverSettleMode
 void Link.setReceiverSettleMode(ReceiverSettleMode receiverSettleMode)
          Sets the receiver settle mode.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.