| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.common.io | |
| org.apache.sshd.common.io.nio2 | |
| org.apache.sshd.server.forward |
| Modifier and Type | Field and Description |
|---|---|
protected IoConnector |
SshClient.connector |
| Modifier and Type | Method and Description |
|---|---|
protected IoConnector |
SshClient.createConnector() |
| Modifier and Type | Method and Description |
|---|---|
IoConnector |
IoServiceFactory.createConnector(IoHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
default void |
IoServiceEventListener.abortEstablishedConnection(IoConnector connector,
java.net.SocketAddress local,
AttributeRepository context,
java.net.SocketAddress remote,
java.lang.Throwable reason)
Called when a previously established connection has been abnormally terminated before it could be
turned into a session
|
default void |
IoServiceEventListener.connectionEstablished(IoConnector connector,
java.net.SocketAddress local,
AttributeRepository context,
java.net.SocketAddress remote)
Called when a new connection has been created to a remote peer - before it was
converted into a session
|
| Modifier and Type | Class and Description |
|---|---|
class |
Nio2Connector
TODO Add javadoc
|
| Modifier and Type | Method and Description |
|---|---|
IoConnector |
Nio2ServiceFactory.createConnector(IoHandler handler) |
| Modifier and Type | Field and Description |
|---|---|
private IoConnector |
TcpipServerChannel.connector |