| Package | Description |
|---|---|
| org.apache.sshd.common.io |
| 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
|
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.