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
Methods in org.apache.sshd.common.io that return IoConnectFuture Modifier and Type Method Description IoConnectFutureIoConnector. connect(java.net.SocketAddress targetAddress, AttributeRepository context, java.net.SocketAddress localAddress) -
Uses of IoConnectFuture in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement IoConnectFuture Modifier and Type Class Description static classNio2Connector.DefaultIoConnectFutureFields in org.apache.sshd.common.io.nio2 declared as IoConnectFuture Modifier and Type Field Description protected IoConnectFutureNio2Connector.ConnectionCompletionHandler. futureMethods in org.apache.sshd.common.io.nio2 that return IoConnectFuture Modifier and Type Method Description IoConnectFutureNio2Connector. 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 voidTcpipServerChannel. handleChannelConnectResult(OpenFuture f, IoConnectFuture future)
-