| Package | Description |
|---|---|
| com.sshtools.synergy.ssh |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionProtocol<T> |
ChannelNG.connection
The Connection Protocol instance managing this session, use this instance
to disconnect the session or obtain the ip address of the remote client.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionProtocol<T> |
Connection.getConnectionProtocol() |
ConnectionProtocol<T> |
ChannelNG.getConnectionProtocol()
Returns the
ConnectionProtocol associated with this channel. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SocketListeningForwardingFactoryImpl.belongsTo(ConnectionProtocol<T> connection) |
boolean |
ForwardingFactory.belongsTo(ConnectionProtocol<T> connection)
Does this factory belong to the connection provided?
|
int |
SocketListeningForwardingFactoryImpl.bindInterface(java.lang.String addressToBind,
int portToBind,
ConnectionProtocol<?> connection,
java.lang.String channelType) |
int |
ForwardingFactory.bindInterface(java.lang.String addressToBind,
int portToBind,
ConnectionProtocol<?> connection,
java.lang.String channelType) |
int |
SocketListeningForwardingFactoryImpl.bindInterface(java.lang.String addressToBind,
int portToBind,
ConnectionProtocol<T> connection) |
int |
ForwardingFactory.bindInterface(java.lang.String addressToBind,
int portToBind,
ConnectionProtocol<T> connection)
A client has requested that the server start listening and forward
any subsequent connections to the client.
|
boolean |
GlobalRequestHandler.processGlobalRequest(GlobalRequest request,
ConnectionProtocol<T> connection)
Process a global request.
|
Connection<T> |
ConnectionManager.registerConnection(ConnectionProtocol<T> connection) |
boolean |
ForwardingManager.startX11Forwarding(boolean singleConnection,
java.lang.String protocol,
byte[] cookie,
int screen,
ConnectionProtocol<T> connection) |
Copyright © 2021. All rights reserved.