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.agent.unix
Methods in org.apache.sshd.agent.unix 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 void
SocksProxy.Socks4.onChannelOpened
(OpenFuture future) protected void
SocksProxy.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 void
TcpipServerChannel.handleChannelConnectResult
(OpenFuture f, IoConnectFuture future) protected void
TcpipServerChannel.handleChannelOpenFailure
(OpenFuture f, Throwable problem) protected void
TcpipServerChannel.handleChannelOpenSuccess
(OpenFuture f, IoSession session) -
Uses of OpenFuture in org.apache.sshd.server.x11
Methods in org.apache.sshd.server.x11 that return OpenFuture