| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
AgentForwardedChannel |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientChannel
TODO Add javadoc
|
class |
ChannelDirectTcpip
TODO Add javadoc
|
class |
ChannelExec
Client channel to run a remote command
|
class |
ChannelSession
Client side channel session
|
class |
ChannelShell
Client channel to open a remote shell
|
class |
ChannelSubsystem
Client channel to run a subsystem
|
class |
PtyCapableChannelSession
Serves as the base channel session for executing remote commands - including
a full shell.
|
| Modifier and Type | Method and Description |
|---|---|
ClientChannel |
ClientChannelPendingMessagesQueue.getClientChannel() |
ClientChannel |
ClientChannelHolder.getClientChannel() |
| Constructor and Description |
|---|
ClientChannelPendingMessagesQueue(ClientChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
ClientChannel |
AbstractClientSession.createChannel(String type) |
ClientChannel |
ClientSession.createChannel(String type)
Create a channel of the given type.
|
ClientChannel |
AbstractClientSession.createChannel(String type,
String subType) |
ClientChannel |
ClientSession.createChannel(String type,
String subType)
Create a channel of the given type and sub-type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TcpipClientChannel
TODO Add javadoc
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelForwardedX11 |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.