com.caucho.cloud.network
Class ClusterTcpPort

java.lang.Object
  extended by com.caucho.network.listen.TcpPort
      extended by com.caucho.cloud.network.ClusterTcpPort

public class ClusterTcpPort
extends TcpPort

Represents a protocol connection.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.caucho.network.listen.TcpPort
TcpPort.SuspendReaper
 
Constructor Summary
ClusterTcpPort(ClusterServer server)
           
 
Method Summary
 
Methods inherited from class com.caucho.network.listen.TcpPort
addContentProgram, bind, bind, bindForWatchdog, close, createJsse, createOpenssl, disable, enable, findConnectionByThreadId, getAcceptListenBacklog, getAcceptThreadIdleTimeout, getAcceptThreadMax, getAcceptThreadMin, getActiveConnectionCount, getActiveThreadCount, getAddress, getAdmin, getBlockingTimeoutForSelect, getClassLoader, getCometIdleCount, getConnectionCount, getConnectionMax, getDebugId, getDuplexCount, getIdleThreadCount, getKeepaliveConnectionCount, getKeepaliveConnectionTimeMax, getKeepaliveCount, getKeepaliveMax, getKeepaliveSelectMax, getKeepaliveSelectThreadTimeout, getKeepaliveThreadCount, getKeepaliveThreadTimeout, getKeepaliveTimeout, getLifecycleState, getLifetimeClientDisconnectCount, getLifetimeKeepaliveCount, getLifetimeKeepaliveSelectCount, getLifetimeReadBytes, getLifetimeRequestCount, getLifetimeRequestTime, getLifetimeWriteBytes, getLocalPort, getPort, getPortThreadMax, getProtocol, getProtocolName, getRequestTimeout, getSelectConnectionCount, getSelectManager, getServerSocketClassName, getSocketTimeout, getSSL, getStartThreadCount, getSuspendTimeMax, getThreadCount, getThrottleConcurrentMax, getUrl, getVirtualHost, init, isActive, isAfterBind, isAsyncThrottle, isClosed, isEnabled, isJniEnabled, isKeepaliveAsyncEnabled, isSecure, isSSL, isTcpCork, isTcpKeepalive, isTcpNoDelay, postBind, setAcceptListenBacklog, setAcceptThreadIdleTimeout, setAcceptThreadMax, setAcceptThreadMin, setAddress, setConnectionMax, setEnableJni, setHost, setId, setJsseSsl, setKeepaliveConnectionTimeMax, setKeepaliveConnectionTimeMaxMillis, setKeepaliveMax, setKeepaliveSelectEnable, setKeepaliveSelectEnabled, setKeepaliveSelectMax, setKeepaliveSelectThreadTimeout, setKeepaliveSelectThreadTimeoutMillis, setKeepaliveThreadTimeout, setKeepaliveTimeout, setKeepaliveTimeoutMillis, setPort, setPortThreadMax, setProtocol, setRequestTimeout, setSecure, setServerSocket, setSocketTimeout, setSocketTimeoutMillis, setSSL, setSuspendReaperTimeout, setSuspendTimeMax, setTcpCork, setTcpKeepalive, setTcpNoDelay, setThrottleConcurrentMax, setThrottleLimit, setThrottlePeriod, setThrottleSleepTime, setVirtualHost, start, toString, toURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterTcpPort

public ClusterTcpPort(ClusterServer server)