| Package | Description |
|---|---|
| com.sshtools.synergy.nio | |
| com.sshtools.synergy.nio.ssl | |
| com.sshtools.synergy.ssh |
| Modifier and Type | Method and Description |
|---|---|
SocketConnection |
SocketConnectionFactory.createSocketConnection(SshEngineContext context,
java.net.SocketAddress localAddress,
java.net.SocketAddress remoteAddress) |
SocketConnection |
DefaultSocketConnectionFactory.createSocketConnection(SshEngineContext context,
java.net.SocketAddress localAddress,
java.net.SocketAddress remoteAddress) |
SocketConnection |
ProtocolEngine.getSocketConnection()
Get the
SocketConnection for this connection. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolEngine.onSocketConnect(SocketConnection connection)
The socket is connected and the protocol can now start.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SSLContextConnection
This class implements an SSL socket connection for the custom server.
|
class |
SSLSocketConnection
This class implements an SSL socket connection for the custom server.
|
| Modifier and Type | Field and Description |
|---|---|
protected SocketConnection |
TransportProtocol.socketConnection |
| Modifier and Type | Method and Description |
|---|---|
SocketConnection |
TransportProtocol.getSocketConnection() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
TransportProtocol.canConnect(SocketConnection connection) |
void |
TransportProtocol.onSocketConnect(SocketConnection connection) |
Copyright © 2021. All rights reserved.