| Package | Description |
|---|---|
| com.sshtools.synergy.nio | |
| com.sshtools.synergy.nio.ssl | |
| com.sshtools.synergy.ssh |
| Modifier and Type | Class and Description |
|---|---|
class |
SocketConnection
This class implements a
SocketHandler using a standard socket. |
| Modifier and Type | Method and Description |
|---|---|
void |
SshEngine.registerHandler(SocketHandler handler,
java.nio.channels.SelectableChannel channel)
Register a socket handler with the daemon.
|
void |
SshEngine.registerHandler(SocketHandler handler,
java.nio.channels.SelectableChannel channel,
SelectorThread thread)
Register a socket handler with the daemon.
|
| 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 | Class and Description |
|---|---|
class |
LocalForwardingChannel<T extends SshContext>
Implements a Local forwarding channel for use with forwarding sockets from
the client machine through the server to some endpoint reachable from the
server machine.
|
class |
RemoteForwardingChannel<T extends SshContext>
Implements a Remote forwarding channel for use with forwarding sockets from
the server machine through the client to some endpoint reachable from the
client machine.
|
class |
SocketForwardingChannel<T extends SshContext>
An abstract forwarding channel implementation for use with forwarding both
local and remote sockets.
|
Copyright © 2021. All rights reserved.