Uses of Class
com.caucho.server.cluster.ClusterStream

Packages that use ClusterStream
com.caucho.server.cluster   
com.caucho.servlets   
 

Uses of ClusterStream in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that return ClusterStream
 ClusterStream ServerConnector.open()
          Open a stream to the target server for the load balancer.
 ClusterStream ServerPool.open()
          Open a stream to the target server for the load balancer.
 ClusterStream ServerConnector.openForSession()
          Open a stream to the target server for a session.
 ClusterStream ServerPool.openForSession()
          Open a stream to the target server for a session.
 ClusterStream ServerConnector.openIfLive()
          Open a stream to the target server object persistence.
 ClusterStream ServerPool.openIfLive()
          Open a stream to the target server object persistence.
 ClusterStream ServerConnector.openSoft()
          Open a stream to the target server.
 ClusterStream ServerPool.openSoft()
          Open a stream to the target server.
 

Uses of ClusterStream in com.caucho.servlets
 

Methods in com.caucho.servlets that return ClusterStream
protected  ClusterStream LeastConnectionBalanceStrategy.openBestServer(int startIndex, ServerPool oldSrun)
          Opens the best load balance server.
protected  ClusterStream RoundRobinBalanceStrategy.openBestServer(int startIndex, ServerPool oldSrun)
          Opens the best load balance server.
protected  ClusterStream LoadBalanceStrategy.openBestServer(int startIndex, ServerPool oldClient)
          Opens the best load balance server.
 ClusterStream LoadBalanceStrategy.openServer(ServerPool oldClient)
          Opens the next available server.