| 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.client.channel | |
| org.apache.sshd.client.session | |
| org.apache.sshd.common.forward | |
| org.apache.sshd.server.x11 |
| Modifier and Type | Method and Description |
|---|---|
ClientChannel |
ClientSession.createChannel(java.lang.String type)
Create a channel of the given type.
|
ClientChannel |
ClientSession.createChannel(java.lang.String type,
java.lang.String subType)
Create a channel of the given type and subtype.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgentForwardedChannel |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientChannel
TODO Add javadoc
|
class |
ChannelDirectTcpip
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(java.lang.String type) |
ClientChannel |
ClientSessionImpl.createChannel(java.lang.String type,
java.lang.String subType) |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpipClientChannel
TODO Add javadoc
|
| Modifier and Type | Class and Description |
|---|---|
static class |
X11ForwardSupport.ChannelForwardedX11 |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.