Uses of Interface
org.apache.sshd.common.io.IoConnector
Packages that use IoConnector
-
Uses of IoConnector in org.apache.sshd.common.io
Methods in org.apache.sshd.common.io that return IoConnectorMethods in org.apache.sshd.common.io with parameters of type IoConnectorModifier and TypeMethodDescriptiondefault 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