Uses of Interface
org.apache.sshd.common.io.IoConnector
Packages that use IoConnector
Package
Description
-
Uses of IoConnector in org.apache.sshd.client
Fields in org.apache.sshd.client declared as IoConnectorMethods in org.apache.sshd.client that return 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 -
Uses of IoConnector in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement IoConnectorMethods in org.apache.sshd.common.io.nio2 that return IoConnector -
Uses of IoConnector in org.apache.sshd.server.forward
Fields in org.apache.sshd.server.forward declared as IoConnector