| Package | Description |
|---|---|
| com.alibaba.arthas.tunnel.server |
| Modifier and Type | Method and Description |
|---|---|
ClientConnectionInfo |
TunnelServer.removeClientConnectionInfo(String id) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ClientConnectionInfo> |
TunnelServer.findClientConnection(String id) |
Map<String,ClientConnectionInfo> |
TunnelServer.getClientConnectionInfoMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
TunnelServer.addClientConnectionInfo(String id,
ClientConnectionInfo clientConnectionInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
TunnelServer.setClientConnectionInfoMap(Map<String,ClientConnectionInfo> clientConnectionInfoMap) |
Copyright © 2022. All rights reserved.