| Package | Description |
|---|---|
| com.caucho.admin.thread | |
| com.caucho.management.server | |
| com.caucho.network.listen | |
| com.caucho.server.cluster |
| Modifier and Type | Method and Description |
|---|---|
TcpConnectionInfo |
ThreadSnapshot.getConnectionInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadSnapshot.setConnectionInfo(TcpConnectionInfo connectionInfo) |
| Modifier and Type | Method and Description |
|---|---|
TcpConnectionInfo[] |
PortMXBean.connectionInfo()
Returns the connection info
|
TcpConnectionInfo |
ServerMXBean.findConnectionByThreadId(long threadId)
Returns the TcpConnectionInfo for a given thread id
|
| Modifier and Type | Method and Description |
|---|---|
TcpConnectionInfo[] |
TcpPortAdmin.connectionInfo()
returns information for all the port's connections
|
TcpConnectionInfo |
TcpSocketLink.getConnectionInfo()
Returns the admin
|
| Modifier and Type | Method and Description |
|---|---|
TcpConnectionInfo |
ServerAdmin.findConnectionByThreadId(long threadId)
Finds the ConnectionMXBean for a given thread id
|