|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenFuture | |
---|---|
org.apache.sshd | Defines the two main classes for the client and server side of SSH protocol support. |
org.apache.sshd.agent | |
org.apache.sshd.client.channel | |
org.apache.sshd.client.future | |
org.apache.sshd.common | |
org.apache.sshd.server.channel | |
org.apache.sshd.server.session | |
org.apache.sshd.server.x11 |
Uses of OpenFuture in org.apache.sshd |
---|
Methods in org.apache.sshd that return OpenFuture | |
---|---|
OpenFuture |
ClientChannel.open()
|
Uses of OpenFuture in org.apache.sshd.agent |
---|
Methods in org.apache.sshd.agent that return OpenFuture | |
---|---|
protected OpenFuture |
ChannelAgentForwarding.doInit(Buffer buffer)
|
OpenFuture |
AgentForwardSupport.AgentForwardedChannel.open()
|
Uses of OpenFuture in org.apache.sshd.client.channel |
---|
Fields in org.apache.sshd.client.channel declared as OpenFuture | |
---|---|
protected OpenFuture |
AbstractClientChannel.openFuture
|
Methods in org.apache.sshd.client.channel that return OpenFuture | |
---|---|
protected OpenFuture |
AbstractClientChannel.internalOpen()
|
OpenFuture |
ChannelSession.open()
|
OpenFuture |
AbstractClientChannel.open(int recipient,
int rwsize,
int rmpsize,
Buffer buffer)
|
Uses of OpenFuture in org.apache.sshd.client.future |
---|
Classes in org.apache.sshd.client.future that implement OpenFuture | |
---|---|
class |
DefaultOpenFuture
A default implementation of OpenFuture . |
Uses of OpenFuture in org.apache.sshd.common |
---|
Methods in org.apache.sshd.common that return OpenFuture | |
---|---|
OpenFuture |
Channel.open(int recipient,
int rwsize,
int rmpsize,
Buffer buffer)
For a server channel, this method will actually open the channel |
Uses of OpenFuture in org.apache.sshd.server.channel |
---|
Methods in org.apache.sshd.server.channel that return OpenFuture | |
---|---|
protected OpenFuture |
AbstractServerChannel.doInit(Buffer buffer)
|
protected OpenFuture |
ChannelDirectTcpip.doInit(Buffer buffer)
|
OpenFuture |
AbstractServerChannel.open(int recipient,
int rwsize,
int rmpsize,
Buffer buffer)
|
Uses of OpenFuture in org.apache.sshd.server.session |
---|
Methods in org.apache.sshd.server.session that return OpenFuture | |
---|---|
OpenFuture |
TcpipForwardSupport.ChannelForwardedTcpip.open()
|
Uses of OpenFuture in org.apache.sshd.server.x11 |
---|
Methods in org.apache.sshd.server.x11 that return OpenFuture | |
---|---|
OpenFuture |
X11ForwardSupport.ChannelForwardedX11.open()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |