| Package | Description |
|---|---|
| org.apache.sshd.common.io |
| Modifier and Type | Method and Description |
|---|---|
IoAcceptor |
IoServiceFactory.createAcceptor(IoHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
default void |
IoServiceEventListener.abortAcceptedConnection(IoAcceptor acceptor,
SocketAddress local,
SocketAddress remote,
SocketAddress service,
Throwable reason)
Called when a previously accepted connection has been abnormally terminated before it could be turned into a
session
|
default void |
IoServiceEventListener.connectionAccepted(IoAcceptor acceptor,
SocketAddress local,
SocketAddress remote,
SocketAddress service)
Called when a new connection has been accepted from a remote peer - before it was converted into a session
|
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.