Package | Description |
---|---|
org.apache.sshd.common.io | |
org.apache.sshd.common.io.nio2 | |
org.apache.sshd.server |
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
|
Modifier and Type | Class and Description |
---|---|
class |
Nio2Acceptor |
Modifier and Type | Method and Description |
---|---|
IoAcceptor |
Nio2ServiceFactory.createAcceptor(IoHandler handler) |
Modifier and Type | Field and Description |
---|---|
protected IoAcceptor |
SshServer.acceptor |
Modifier and Type | Method and Description |
---|---|
protected IoAcceptor |
SshServer.createAcceptor() |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.