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

Packages that use ServerConnector
com.caucho.server.cluster   
 

Uses of ServerConnector in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that return ServerConnector
 ServerConnector ClusterGroup.findClient(java.lang.String host, int port)
          Finds the srun client port matching the host and port.
 ServerConnector Cluster.findConnector(java.lang.String address, int port)
          Adds a srun server.
 

Constructors in com.caucho.server.cluster with parameters of type ServerConnector
ServerConnectorAdmin(ServerConnector client)