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 |
ClientChannelHolder.getClientChannel() |
Modifier and Type | Method and Description |
---|---|
ClientChannel |
ClientSession.createChannel(String type)
Create a channel of the given type.
|
ClientChannel |
AbstractClientSession.createChannel(String type) |
ClientChannel |
ClientSession.createChannel(String type,
String subType)
Create a channel of the given type and sub-type.
|
ClientChannel |
AbstractClientSession.createChannel(String type,
String subType) |
Modifier and Type | Class and Description |
---|---|
class |
TcpipClientChannel
TODO Add javadoc
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractScpClient.handleCommandExitStatus(String cmd,
ClientChannel channel)
Invoked by the various
upload/download methods after having successfully completed the remote copy
command and (optionally) having received an exit status from the remote server. |
Modifier and Type | Method and Description |
---|---|
static void |
ScpIoUtils.handleCommandExitStatus(ClientSession session,
String cmd,
ClientChannel channel,
CommandStatusHandler handler,
org.slf4j.Logger log)
Invoked by the various
upload/download methods after having successfully completed the remote copy
command and (optionally) having received an exit status from the remote server. |
Modifier and Type | Class and Description |
---|---|
class |
ChannelForwardedX11 |
Modifier and Type | Class and Description |
---|---|
protected class |
DefaultSftpClient.SftpChannelSubsystem |
Modifier and Type | Method and Description |
---|---|
ClientChannel |
DefaultSftpClient.getClientChannel() |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.