Uses of Interface
org.apache.sshd.client.future.OpenFuture
-
-
Uses of OpenFuture in org.apache.sshd.agent.local
Methods in org.apache.sshd.agent.local that return OpenFuture Modifier and Type Method Description protected OpenFuture
ChannelAgentForwarding. doInit(Buffer buffer)
-
Uses of OpenFuture in org.apache.sshd.agent.unix
Methods in org.apache.sshd.agent.unix that return OpenFuture Modifier and Type Method Description protected OpenFuture
ChannelAgentForwarding. doInit(Buffer buffer)
-
Uses of OpenFuture in org.apache.sshd.client.channel
Fields in org.apache.sshd.client.channel declared as OpenFuture Modifier and Type Field Description protected OpenFuture
AbstractClientChannel. openFuture
Methods in org.apache.sshd.client.channel that return OpenFuture Modifier and Type Method Description OpenFuture
AbstractClientChannel. open()
OpenFuture
AbstractClientChannel. open(long recipient, long rwSize, long packetSize, Buffer buffer)
OpenFuture
ChannelDirectTcpip. open()
OpenFuture
ClientChannel. open()
-
Uses of OpenFuture in org.apache.sshd.client.future
Classes in org.apache.sshd.client.future that implement OpenFuture Modifier and Type Class Description class
DefaultOpenFuture
A default implementation ofOpenFuture
.Methods in org.apache.sshd.client.future that return OpenFuture Modifier and Type Method Description OpenFuture
DefaultOpenFuture. verify(long timeoutMillis, CancelOption... options)
-
Uses of OpenFuture in org.apache.sshd.common.channel
Methods in org.apache.sshd.common.channel that return OpenFuture Modifier and Type Method Description OpenFuture
Channel. open(long recipient, long rwSize, long packetSize, Buffer buffer)
For 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 OpenFuture Modifier and Type Method Description OpenFuture
TcpipClientChannel. open()
Methods in org.apache.sshd.common.forward with parameters of type OpenFuture Modifier and Type Method Description protected 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 Modifier and Type Method Description protected OpenFuture
AbstractServerChannel. doInit(Buffer buffer)
OpenFuture
AbstractServerChannel. open(long recipient, long rwSize, long packetSize, Buffer buffer)
-
Uses of OpenFuture in org.apache.sshd.server.forward
Methods in org.apache.sshd.server.forward that return OpenFuture Modifier and Type Method Description protected OpenFuture
TcpipServerChannel. doInit(Buffer buffer)
Methods in org.apache.sshd.server.forward with parameters of type OpenFuture Modifier and Type Method Description protected void
TcpipServerChannel. handleChannelConnectResult(OpenFuture f, IoConnectFuture future)
protected void
TcpipServerChannel. handleChannelOpenFailure(OpenFuture f, java.lang.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 Modifier and Type Method Description OpenFuture
ChannelForwardedX11. open()
-