Uses of Class
com.caucho.network.listen.TcpSocketLink

Packages that use TcpSocketLink
com.caucho.cloud.network   
com.caucho.network.listen   
com.caucho.server.http   
 

Uses of TcpSocketLink in com.caucho.cloud.network
 

Methods in com.caucho.cloud.network that return TcpSocketLink
 TcpSocketLink NetworkListenSystem.findConnectionByThreadId(long threadId)
          Finds the TcpConnection given the threadId
 

Uses of TcpSocketLink in com.caucho.network.listen
 

Methods in com.caucho.network.listen that return TcpSocketLink
 TcpSocketLink TcpPort.findConnectionByThreadId(long threadId)
          Find the TcpConnection based on the thread id (for admin)
 TcpSocketLink SocketLinkDuplexController.getSocketLink()
          Returns the socket link
 

Methods in com.caucho.network.listen with parameters of type TcpSocketLink
 void AbstractSelectManager.closeKeepalive(TcpSocketLink tcpSocketLink)
           
abstract  boolean AbstractSelectManager.keepalive(TcpSocketLink conn)
          Adds a keepalive connection.
 

Constructors in com.caucho.network.listen with parameters of type TcpSocketLink
SocketLinkDuplexController(TcpSocketLink conn, SocketLinkDuplexListener handler)
           
 

Uses of TcpSocketLink in com.caucho.server.http
 

Methods in com.caucho.server.http that return TcpSocketLink
 TcpSocketLink AbstractHttpRequest.getTcpSocketLink()