| Package | Description |
|---|---|
| com.sshtools.synergy.nio | |
| com.sshtools.synergy.ssh |
| Modifier and Type | Method and Description |
|---|---|
<K extends ProtocolContext> |
SshEngine.connect(java.lang.String hostToConnect,
int portToConnect,
K protocolContext) |
ConnectRequestFuture |
ProtocolEngine.getConnectFuture() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolEngine |
ProtocolContext.createEngine(ConnectRequestFuture connectFuture)
Create a protocol engine.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectRequestFuture |
TransportProtocol.getConnectFuture() |
| Modifier and Type | Method and Description |
|---|---|
abstract ProtocolEngine |
SshContext.createEngine(ConnectRequestFuture connectFuture) |
| Constructor and Description |
|---|
TransportProtocol(T sshContext,
ConnectRequestFuture connectFuture)
Create a default transport protocol instance in CLIENT_MODE.
|
Copyright © 2021. All rights reserved.