Uses of Class
com.caucho.server.connection.ConnectionController

Packages that use ConnectionController
com.caucho.server.connection   
com.caucho.server.port   
 

Uses of ConnectionController in com.caucho.server.connection
 

Subclasses of ConnectionController in com.caucho.server.connection
 class HttpConnectionController
          Public API to control a comet connection.
 class TcpDuplexController
          Public API to control a http upgrade connection.
 

Fields in com.caucho.server.connection declared as ConnectionController
protected  ConnectionController Connection._controller
           
 

Methods in com.caucho.server.connection that return ConnectionController
 ConnectionController Connection.getController()
          Connection controller.
protected  ConnectionController AbstractHttpResponse.getController()
           
 

Methods in com.caucho.server.connection with parameters of type ConnectionController
protected  void Connection.setController(ConnectionController controller)
          Connection controller.
 

Uses of ConnectionController in com.caucho.server.port
 

Methods in com.caucho.server.port with parameters of type ConnectionController
 void TcpConnection.setController(ConnectionController controller)
          Sets controller