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.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
ClientChannelPendingMessagesQueue. getCompletedFuture()
protected OpenFuture
ClientChannelPendingMessagesQueue. markCompletionException(Throwable err)
protected OpenFuture
ClientChannelPendingMessagesQueue. markCompletionSuccessful()
OpenFuture
AbstractClientChannel. open()
OpenFuture
AbstractClientChannel. open(int recipient, long rwSize, long packetSize, Buffer buffer)
OpenFuture
ChannelDirectTcpip. open()
OpenFuture
ClientChannel. open()
Methods in org.apache.sshd.client.channel with parameters of type OpenFuture Modifier and Type Method Description void
ClientChannelPendingMessagesQueue. operationComplete(OpenFuture future)
-
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)
-
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(int 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. getOpenFuture()
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(int 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, 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()
-