Package | Description |
---|---|
org.apache.sshd.client | |
org.apache.sshd.common.io | |
org.apache.sshd.common.io.nio2 |
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,
SocketAddress local,
AttributeRepository context,
SocketAddress remote,
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,
SocketAddress local,
AttributeRepository context,
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) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.