| Package | Description |
|---|---|
| com.sshtools.synergy.ssh |
| Modifier and Type | Method and Description |
|---|---|
TransportProtocol<T> |
ConnectionProtocol.getTransport()
Get the underlying transport.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransportProtocolListener.onDisconnect(TransportProtocol<?> transport)
The transport was disconnected.
|
Connection<T> |
ConnectionManager.registerTransport(TransportProtocol<T> transport,
T sshContext) |
protected void |
TransportProtocol.transferState(TransportProtocol<? extends SshContext> transport) |
void |
ConnectionManager.unregisterTransport(TransportProtocol<T> transport) |
| Constructor and Description |
|---|
ConnectionProtocol(TransportProtocol<T> transport,
java.lang.String username) |
Copyright © 2021. All rights reserved.