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, HostConfigEntry hostConfig) -
Uses of IoConnectFuture in org.apache.sshd.common.io
Classes in org.apache.sshd.common.io that implement IoConnectFutureMethods in org.apache.sshd.common.io that return IoConnectFutureModifier and TypeMethodDescriptionIoConnector.connect(SocketAddress targetAddress, AttributeRepository context, SocketAddress localAddress) DefaultIoConnectFuture.verify(long timeoutMillis, CancelOption... options) -
Uses of IoConnectFuture in org.apache.sshd.common.io.nio2
Fields in org.apache.sshd.common.io.nio2 declared as IoConnectFutureModifier and TypeFieldDescriptionprotected final IoConnectFutureNio2Connector.ConnectionCompletionHandler.futureMethods 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, PropertyResolver propertyResolver, IoHandler handler) Constructors in org.apache.sshd.common.io.nio2 with parameters of type IoConnectFutureModifierConstructorDescriptionprotectedConnectionCompletionHandler(IoConnectFuture future, AsynchronousSocketChannel socket, AttributeRepository context, PropertyResolver propertyResolver, 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 voidTcpipServerChannel.handleChannelConnectResult(OpenFuture f, IoConnectFuture future)