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 IoConnector
SshClient. connector
Methods in org.apache.sshd.client that return IoConnector Modifier and Type Method Description protected IoConnector
SshClient. 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 IoConnector
IoServiceFactory. createConnector(IoHandler handler)
Methods in org.apache.sshd.common.io with parameters of type IoConnector Modifier and Type Method 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 sessiondefault 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 -
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 class
Nio2Connector
TODO Add javadocMethods in org.apache.sshd.common.io.nio2 that return IoConnector Modifier and Type Method Description IoConnector
Nio2ServiceFactory. createConnector(IoHandler handler)
-