Uses of Interface
org.apache.sshd.common.io.IoConnectFuture
Packages that use IoConnectFuture
Package
Description
-
Uses of IoConnectFuture in org.apache.sshd.client
Methods in org.apache.sshd.client that return types with arguments of type IoConnectFutureModifier and TypeMethodDescriptionprotected SshFutureListener<IoConnectFuture>
SshClient.createConnectCompletionListener
(ConnectFuture connectFuture, String username, SocketAddress address, KeyIdentityProvider identities, boolean useDefaultIdentities) -
Uses of IoConnectFuture in org.apache.sshd.common.io
Methods in org.apache.sshd.common.io that return IoConnectFutureModifier and TypeMethodDescriptionIoConnector.connect
(SocketAddress targetAddress, AttributeRepository context, SocketAddress localAddress) -
Uses of IoConnectFuture in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement IoConnectFutureFields in org.apache.sshd.common.io.nio2 declared as IoConnectFutureModifier and TypeFieldDescriptionprotected final IoConnectFuture
Nio2Connector.ConnectionCompletionHandler.future
Methods in org.apache.sshd.common.io.nio2 that return IoConnectFutureModifier and TypeMethodDescriptionNio2Connector.connect
(SocketAddress address, AttributeRepository context, SocketAddress localAddress) Methods in org.apache.sshd.common.io.nio2 with parameters of type IoConnectFutureModifier and TypeMethodDescriptionprotected Nio2CompletionHandler<Void,
Object> Nio2Connector.createConnectionCompletionHandler
(IoConnectFuture future, AsynchronousSocketChannel socket, AttributeRepository context, FactoryManager manager, IoHandler handler) Constructors in org.apache.sshd.common.io.nio2 with parameters of type IoConnectFutureModifierConstructorDescriptionprotected
ConnectionCompletionHandler
(IoConnectFuture future, AsynchronousSocketChannel socket, AttributeRepository context, FactoryManager manager, IoHandler handler) -
Uses of IoConnectFuture in org.apache.sshd.server.forward
Methods in org.apache.sshd.server.forward with parameters of type IoConnectFutureModifier and TypeMethodDescriptionprotected void
TcpipServerChannel.handleChannelConnectResult
(OpenFuture f, IoConnectFuture future)