Uses of Interface
org.apache.sshd.common.io.IoConnector
-
Packages that use IoConnector Package Description org.apache.sshd.client org.apache.sshd.common.io org.apache.sshd.common.io.nio2 -
-
Uses of IoConnector in org.apache.sshd.client
Fields in org.apache.sshd.client declared as IoConnector Modifier and Type Field Description protected IoConnectorSshClient. connectorMethods in org.apache.sshd.client that return IoConnector Modifier and Type Method Description protected IoConnectorSshClient. createConnector() -
Uses of IoConnector in org.apache.sshd.common.io
Methods in org.apache.sshd.common.io that return IoConnector Modifier and Type Method Description IoConnectorIoServiceFactory. createConnector(IoHandler handler)Methods in org.apache.sshd.common.io with parameters of type IoConnector Modifier and Type Method Description default voidIoServiceEventListener. 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 sessiondefault voidIoServiceEventListener. 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 -
Uses of IoConnector in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement IoConnector Modifier and Type Class Description classNio2ConnectorTODO Add javadocMethods in org.apache.sshd.common.io.nio2 that return IoConnector Modifier and Type Method Description IoConnectorNio2ServiceFactory. createConnector(IoHandler handler)
-