Uses of Class
com.caucho.network.balance.ClientSocket

Packages that use ClientSocket
com.caucho.cloud.loadbalance   
com.caucho.network.balance   
 

Uses of ClientSocket in com.caucho.cloud.loadbalance
 

Methods in com.caucho.cloud.loadbalance that return ClientSocket
 ClientSocket LoadBalanceManager.open()
          Opens the next available server.
abstract  ClientSocket LoadBalanceManager.openSticky(java.lang.String sessionId, java.lang.Object requestInfo, ClientSocketFactory oldClient)
          Opens the next available server, using a sticky session if available.
 ClientSocket SingleLoadBalanceManager.openSticky(java.lang.String sessionId, java.lang.Object requestInfo, ClientSocketFactory oldSrun)
          Opens the next available server.
 

Uses of ClientSocket in com.caucho.network.balance
 

Methods in com.caucho.network.balance that return ClientSocket
 ClientSocket ClientSocketFactory.open()
          Open a stream to the target server for the load balancer.
 ClientSocket ClientSocketFactoryApi.open()
          Open a stream to the target server for the load balancer.
 ClientSocket ClientSocketFactory.openIfHeartbeatActive()
          Open a stream if the target server's heartbeat is active.
 ClientSocket ClientSocketFactory.openIfLive()
          Open a stream to the target server object persistence.
 ClientSocket ClientSocketFactoryApi.openIfLive()
          Open a stream to the target server object persistence.
 ClientSocket ClientSocketFactory.openSticky()
          Open a stream to the target server for a session.
 ClientSocket ClientSocketFactoryApi.openSticky()
          Open a stream to the target server for a session.
 ClientSocket ClientSocketFactory.openWarm()
          Open a stream to the target server, restricted by warmup.
 ClientSocket ClientSocketFactoryApi.openWarm()
          Open a stream to the target server.