Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.agent.local | |
org.apache.sshd.agent.unix | |
org.apache.sshd.client.channel | |
org.apache.sshd.client.future | |
org.apache.sshd.common | |
org.apache.sshd.common.forward | |
org.apache.sshd.server.channel | |
org.apache.sshd.server.x11 |
Modifier and Type | Method and Description |
---|---|
OpenFuture |
ClientChannel.open() |
Modifier and Type | Method and Description |
---|---|
protected OpenFuture |
ChannelAgentForwarding.doInit(Buffer buffer) |
OpenFuture |
AgentForwardedChannel.open() |
Modifier and Type | Method and Description |
---|---|
protected OpenFuture |
ChannelAgentForwarding.doInit(Buffer buffer) |
OpenFuture |
AgentForwardedChannel.open() |
Modifier and Type | Field and Description |
---|---|
protected OpenFuture |
AbstractClientChannel.openFuture |
Modifier and Type | Method and Description |
---|---|
protected OpenFuture |
ChannelDirectTcpip.internalOpen() |
protected OpenFuture |
AbstractClientChannel.internalOpen() |
OpenFuture |
ChannelDirectTcpip.open() |
OpenFuture |
ChannelSession.open() |
OpenFuture |
AbstractClientChannel.open(int recipient,
int rwsize,
int rmpsize,
Buffer buffer) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOpenFuture
A default implementation of
OpenFuture . |
Modifier and Type | Method and Description |
---|---|
OpenFuture |
Channel.open(int recipient,
int rwsize,
int rmpsize,
Buffer buffer)
For a server channel, this method will actually open the channel
|
Modifier and Type | Method and Description |
---|---|
protected OpenFuture |
TcpipServerChannel.doInit(Buffer buffer) |
OpenFuture |
TcpipClientChannel.getOpenFuture() |
OpenFuture |
TcpipClientChannel.open() |
Modifier and Type | Method and Description |
---|---|
protected OpenFuture |
AbstractServerChannel.doInit(Buffer buffer) |
OpenFuture |
AbstractServerChannel.open(int recipient,
int rwsize,
int rmpsize,
Buffer buffer) |
Modifier and Type | Method and Description |
---|---|
OpenFuture |
X11ForwardSupport.ChannelForwardedX11.open() |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.