Uses of Interface
org.apache.sshd.common.io.IoConnectFuture
-
Packages that use IoConnectFuture Package Description org.apache.sshd.client org.apache.sshd.common.io org.apache.sshd.common.io.nio2 org.apache.sshd.server.forward -
-
Uses of IoConnectFuture in org.apache.sshd.client
Methods in org.apache.sshd.client that return types with arguments of type IoConnectFuture Modifier and Type Method Description protected SshFutureListener<IoConnectFuture>
SshClient. createConnectCompletionListener(ConnectFuture connectFuture, java.lang.String username, java.net.SocketAddress address, KeyIdentityProvider identities, HostConfigEntry hostConfig)
-
Uses of IoConnectFuture in org.apache.sshd.common.io
Classes in org.apache.sshd.common.io that implement IoConnectFuture Modifier and Type Class Description class
DefaultIoConnectFuture
A default implementation of anIoConnectFuture
.Methods in org.apache.sshd.common.io that return IoConnectFuture Modifier and Type Method Description IoConnectFuture
IoConnector. connect(java.net.SocketAddress targetAddress, AttributeRepository context, java.net.SocketAddress localAddress)
IoConnectFuture
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 IoConnectFuture Modifier and Type Field Description protected IoConnectFuture
Nio2Connector.ConnectionCompletionHandler. future
Methods in org.apache.sshd.common.io.nio2 that return IoConnectFuture Modifier and Type Method Description IoConnectFuture
Nio2Connector. connect(java.net.SocketAddress address, AttributeRepository context, java.net.SocketAddress localAddress)
Methods in org.apache.sshd.common.io.nio2 with parameters of type IoConnectFuture Modifier and Type Method Description protected Nio2CompletionHandler<java.lang.Void,java.lang.Object>
Nio2Connector. createConnectionCompletionHandler(IoConnectFuture future, java.nio.channels.AsynchronousSocketChannel socket, AttributeRepository context, PropertyResolver propertyResolver, IoHandler handler)
Constructors in org.apache.sshd.common.io.nio2 with parameters of type IoConnectFuture Constructor Description ConnectionCompletionHandler(IoConnectFuture future, java.nio.channels.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 IoConnectFuture Modifier and Type Method Description protected void
TcpipServerChannel. handleChannelConnectResult(OpenFuture f, IoConnectFuture future)
-