Package | Description |
---|---|
com.caucho.cloud.network | |
com.caucho.network.listen | |
com.caucho.server.http | |
com.caucho.server.httpproxy |
Modifier and Type | Method and Description |
---|---|
TcpSocketLink |
NetworkListenSystem.findConnectionByThreadId(long threadId)
Finds the TcpConnection given the threadId
|
Modifier and Type | Method and Description |
---|---|
TcpSocketLink |
TcpPort.findConnectionByThreadId(long threadId)
Find the TcpConnection based on the thread id (for admin)
|
TcpSocketLink |
SocketLinkDuplexController.getSocketLink()
Returns the socket link
|
Modifier and Type | Method and Description |
---|---|
void |
JniSelectManager.closeKeepalive(TcpSocketLink conn) |
void |
AbstractSelectManager.closeKeepalive(TcpSocketLink tcpSocketLink) |
boolean |
JniSelectManager.keepalive(TcpSocketLink tcpConn)
Adds a keepalive connection.
|
abstract boolean |
AbstractSelectManager.keepalive(TcpSocketLink conn)
Adds a keepalive connection.
|
Constructor and Description |
---|
SocketLinkDuplexController(TcpSocketLink conn,
SocketLinkDuplexListener handler) |
Modifier and Type | Method and Description |
---|---|
TcpSocketLink |
AbstractHttpRequest.getTcpSocketLink() |
Constructor and Description |
---|
HttpProxyConnection(TcpSocketLink link,
ReadStream is,
WriteStream os) |