Uses of Interface
org.apache.sshd.client.future.OpenFuture
Packages that use OpenFuture
Package
Description
-
Uses of OpenFuture in org.apache.sshd.agent.local
Methods in org.apache.sshd.agent.local that return OpenFuture -
Uses of OpenFuture in org.apache.sshd.client.channel
Fields in org.apache.sshd.client.channel declared as OpenFutureMethods in org.apache.sshd.client.channel that return OpenFuture -
Uses of OpenFuture in org.apache.sshd.client.future
Classes in org.apache.sshd.client.future that implement OpenFutureMethods in org.apache.sshd.client.future that return OpenFutureModifier and TypeMethodDescriptionDefaultOpenFuture.verify(long timeoutMillis, CancelOption... options) -
Uses of OpenFuture in org.apache.sshd.common.channel
Methods in org.apache.sshd.common.channel that return OpenFutureModifier and TypeMethodDescriptionFor a server channel, this method will actually open the channel -
Uses of OpenFuture in org.apache.sshd.common.forward
Methods in org.apache.sshd.common.forward that return OpenFutureMethods in org.apache.sshd.common.forward with parameters of type OpenFutureModifier and TypeMethodDescriptionprotected voidSocksProxy.Socks4.onChannelOpened(OpenFuture future) protected voidSocksProxy.Socks5.onChannelOpened(OpenFuture future) -
Uses of OpenFuture in org.apache.sshd.server.channel
Methods in org.apache.sshd.server.channel that return OpenFuture -
Uses of OpenFuture in org.apache.sshd.server.forward
Methods in org.apache.sshd.server.forward that return OpenFutureMethods in org.apache.sshd.server.forward with parameters of type OpenFutureModifier and TypeMethodDescriptionprotected voidTcpipServerChannel.handleChannelConnectResult(OpenFuture f, IoConnectFuture future) protected voidTcpipServerChannel.handleChannelOpenFailure(OpenFuture f, Throwable problem) protected voidTcpipServerChannel.handleChannelOpenSuccess(OpenFuture f, IoSession session) -
Uses of OpenFuture in org.apache.sshd.server.x11
Methods in org.apache.sshd.server.x11 that return OpenFuture