Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.agent.unix | |
org.apache.sshd.client.channel | |
org.apache.sshd.client.session | |
org.apache.sshd.server.session | |
org.apache.sshd.server.x11 |
Modifier and Type | Method and Description |
---|---|
ClientChannel |
ClientSession.createChannel(String type) |
ClientChannel |
ClientSession.createChannel(String type,
String subType) |
Modifier and Type | Class and Description |
---|---|
class |
AgentForwardedChannel |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientChannel
TODO Add javadoc
|
class |
ChannelExec
TODO Add javadoc
|
class |
ChannelSession
TODO Add javadoc
|
class |
ChannelShell
TODO Add javadoc
|
class |
ChannelSubsystem
Client channel to run a subsystem
|
Modifier and Type | Method and Description |
---|---|
ClientChannel |
ClientSessionImpl.createChannel(String type) |
ClientChannel |
ClientSessionImpl.createChannel(String type,
String subType) |
Modifier and Type | Class and Description |
---|---|
static class |
TcpipForwardSupport.ChannelForwardedTcpip |
Modifier and Type | Class and Description |
---|---|
static class |
X11ForwardSupport.ChannelForwardedX11 |
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.