| Package | Description |
|---|---|
| com.sshtools.synergy.ssh |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ForwardingChannel<T> |
SocketListeningForwardingFactoryImpl.createChannel(java.lang.String channelType,
SshConnection con,
java.lang.String addressToBind,
int portToBind,
java.nio.channels.SocketChannel sc,
T context) |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketListeningForwardingFactoryImpl.ActiveTunnelManager.TunnelListener.tunnelOpened(ForwardingChannel<K> channel) |
Copyright © 2021. All rights reserved.