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 OpenFutureChannelAgentForwarding. 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 OpenFutureChannelAgentForwarding. 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 OpenFutureAbstractClientChannel. openFutureMethods in org.apache.sshd.client.channel that return OpenFuture Modifier and Type Method Description OpenFutureAbstractClientChannel. open()OpenFutureAbstractClientChannel. open(long recipient, long rwSize, long packetSize, Buffer buffer)OpenFutureChannelDirectTcpip. open()OpenFutureClientChannel. 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 classDefaultOpenFutureA default implementation ofOpenFuture.Methods in org.apache.sshd.client.future that return OpenFuture Modifier and Type Method Description OpenFutureDefaultOpenFuture. 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 OpenFutureChannel. 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 OpenFutureTcpipClientChannel. open()Methods in org.apache.sshd.common.forward with parameters of type OpenFuture Modifier and Type Method Description protected 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 Modifier and Type Method Description protected OpenFutureAbstractServerChannel. doInit(Buffer buffer)OpenFutureAbstractServerChannel. 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 OpenFutureTcpipServerChannel. doInit(Buffer buffer)Methods in org.apache.sshd.server.forward with parameters of type OpenFuture Modifier and Type Method Description protected 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 Modifier and Type Method Description OpenFutureChannelForwardedX11. open()
-