Uses of Interface
org.apache.sshd.common.io.IoConnector
-
Packages that use IoConnector Package Description org.apache.sshd.common.io -
-
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
-