Uses of Interface
com.alipay.remoting.ConnectionSelectStrategy

Packages that use ConnectionSelectStrategy
com.alipay.remoting   
 

Uses of ConnectionSelectStrategy in com.alipay.remoting
 

Classes in com.alipay.remoting that implement ConnectionSelectStrategy
 class RandomSelectStrategy
          Select a connection randomly
 

Fields in com.alipay.remoting declared as ConnectionSelectStrategy
protected  ConnectionSelectStrategy DefaultConnectionManager.connectionSelectStrategy
          connection pool select strategy
 

Methods in com.alipay.remoting that return ConnectionSelectStrategy
 ConnectionSelectStrategy DefaultConnectionManager.getConnectionSelectStrategy()
          Getter method for property connectionSelectStrategy.
 

Methods in com.alipay.remoting with parameters of type ConnectionSelectStrategy
 void DefaultConnectionManager.setConnectionSelectStrategy(ConnectionSelectStrategy connectionSelectStrategy)
          Setter method for property connectionSelectStrategy.
 

Constructors in com.alipay.remoting with parameters of type ConnectionSelectStrategy
ConnectionPool(ConnectionSelectStrategy strategy)
          Constructor
DefaultConnectionManager(ConnectionSelectStrategy connectionSelectStrategy)
           
DefaultConnectionManager(ConnectionSelectStrategy connectionSelectStrategy, ConnectionFactory connctionFactory)
           
DefaultConnectionManager(ConnectionSelectStrategy connectionSelectStrategy, ConnectionFactory connctionFactory, ConnectionEventHandler connectionEventHandler, ConnectionEventListener connectionEventListener)
           
DefaultConnectionManager(ConnectionSelectStrategy connectionSelectStrategy, ConnectionFactory connctionFactory, ConnectionEventHandler connectionEventHandler, ConnectionEventListener connectionEventListener, GlobalSwitch globalSwitch)
           
 



Copyright © 2018. All rights reserved.