| Package | Description |
|---|---|
| com.sshtools.synergy.ssh |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingChannel<T extends SshContext>
An abstract forwarding channel implementation for use with both local
and remote forwarding operations.
|
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 ChannelNG<T> |
ConnectionProtocol.createChannel(java.lang.String channeltype,
Connection<T> con) |
ChannelNG<T> |
ChannelFactory.createChannel(java.lang.String channeltype,
SshConnection con) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ChannelNG<T>> |
ConnectionProtocol.getActiveChannels() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionProtocol.openChannel(ChannelNG<T> channel) |
void |
ConnectionProtocol.sendChannelOpenConfirmation(ChannelNG<T> channel,
byte[] responsedata) |
void |
ConnectionProtocol.sendChannelOpenFailure(ChannelNG<T> channel,
int reason,
java.lang.String desc) |
| Constructor and Description |
|---|
ChannelOutputStream(ChannelNG<?> channel) |
ChannelOutputStream(ChannelNG<?> channel,
int type) |
Copyright © 2021. All rights reserved.