Package | Description |
---|---|
com.caucho.cloud.bam | |
com.caucho.cloud.loadbalance | |
com.caucho.network.balance | |
com.caucho.network.proxy |
Constructor and Description |
---|
HmtpStream(ClientSocketFactory socketPool,
ClientSocket stream,
Broker broker,
SecurityService security) |
Modifier and Type | Method and Description |
---|---|
ClientSocket |
LoadBalanceManager.open()
Opens the next available server.
|
protected ClientSocket |
LeastConnectionBalanceStrategy.openBestServer(int startIndex,
ClientSocketFactory oldSrun)
Opens the best load balance server.
|
protected ClientSocket |
RoundRobinBalanceStrategy.openBestServer(int startIndex,
ClientSocketFactory oldSrun)
Opens the best load balance server.
|
protected ClientSocket |
AbstractLoadBalanceStrategy.openBestServer(int startIndex,
ClientSocketFactory oldClient)
Opens the best load balance server.
|
ClientSocket |
AbstractLoadBalanceStrategy.openServer(ClientSocketFactory oldClient)
Opens the next available server.
|
ClientSocket |
ClusterLoadBalanceManager.openSticky(java.lang.String sessionId,
java.lang.Object requestInfo,
ClientSocketFactory oldSrun)
Opens the next available server.
|
ClientSocket |
SingleLoadBalanceManager.openSticky(java.lang.String sessionId,
java.lang.Object requestInfo,
ClientSocketFactory oldSrun)
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected ProxyResult |
HttpProxyClient.proxy(HttpServletRequest req,
HttpServletResponse res,
java.lang.String uri,
java.lang.String sessionId,
ClientSocket client) |
protected void |
HttpProxyClient.proxyFailure(HttpServletRequest req,
HttpServletResponse res,
ClientSocket client,
java.lang.String reason,
boolean send503) |