| Package | Description |
|---|---|
| com.sshtools.synergy.nio | |
| com.sshtools.synergy.ssh |
| Modifier and Type | Method and Description |
|---|---|
Connection<? extends SshContext> |
SocketConnection.getConnection() |
Connection<? extends SshContext> |
ProtocolEngine.getConnection() |
Connection<? extends SshContext> |
SocketHandler.getConnection()
Get the Connection for this handler
|
Connection<?> |
ConnectRequestFuture.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectRequestFuture.connected(ProtocolEngine transport,
Connection<?> con) |
| Modifier and Type | Field and Description |
|---|---|
protected Connection<T> |
TransportProtocol.con |
protected Connection<T> |
ConnectionProtocol.con |
| Modifier and Type | Method and Description |
|---|---|
Connection<T> |
ChannelNG.getConnection() |
Connection<T> |
TransportProtocol.getConnection() |
Connection<T> |
ConnectionProtocol.getConnection() |
static Connection<?> |
ConnectionManager.getConnection(java.lang.String id) |
Connection<T> |
ConnectionManager.getConnectionById(java.lang.String sessionid) |
Connection<T> |
ConnectionManager.registerConnection(ConnectionProtocol<T> connection) |
Connection<T> |
ConnectionManager.registerTransport(TransportProtocol<T> transport,
T sshContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionLoggingContext.close(Connection<?> con) |
protected abstract ChannelNG<T> |
ConnectionProtocol.createChannel(java.lang.String channeltype,
Connection<T> con) |
void |
ConnectionLoggingContext.open(Connection<?> con) |
int |
ForwardingManager.startListening(java.lang.String addressToBind,
int portToBind,
Connection<T> con,
SocketListeningForwardingFactoryImpl<T> forwardingFactory) |
void |
ForwardingManager.stopForwarding(Connection<T> con) |
void |
ForwardingManager.stopForwarding(java.lang.String key,
Connection<T> con) |
boolean |
ForwardingManager.stopListening(java.lang.String key,
boolean dropActiveTunnels,
Connection<T> connection) |
boolean |
ForwardingManager.stopListening(java.lang.String addressToBind,
int portToBind,
boolean dropActiveTunnels,
Connection<T> connection)
Stop remote forwarding.
|
Copyright © 2021. All rights reserved.