Uses of Interface
org.apache.sshd.common.io.IoConnectFuture
-
Packages that use IoConnectFuture Package Description org.apache.sshd.common.io -
-
Uses of IoConnectFuture in org.apache.sshd.common.io
Classes in org.apache.sshd.common.io that implement IoConnectFuture Modifier and Type Class Description classDefaultIoConnectFutureA default implementation of anIoConnectFuture.Methods in org.apache.sshd.common.io that return IoConnectFuture Modifier and Type Method Description IoConnectFutureIoConnector. connect(SocketAddress targetAddress, AttributeRepository context, SocketAddress localAddress)IoConnectFutureDefaultIoConnectFuture. verify(long timeoutMillis, CancelOption... options)
-