| Package | Description |
|---|---|
| com.sshtools.client | |
| com.sshtools.client.scp | |
| com.sshtools.client.shell | |
| com.sshtools.client.tasks |
| Modifier and Type | Method and Description |
|---|---|
SessionChannelNG |
SshClient.openSessionChannel() |
SessionChannelNG |
SshClient.openSessionChannel(boolean autoConsume) |
SessionChannelNG |
SshClient.openSessionChannel(long timeout) |
SessionChannelNG |
SshClient.openSessionChannel(long timeout,
boolean autoConsume) |
| Constructor and Description |
|---|
ScpEngine(java.lang.String cmd,
SessionChannelNG session)
Contruct the channel with the specified scp command.
|
ScpEngineIO(java.lang.String cmd,
SessionChannelNG session)
Contruct the channel with the specified scp command.
|
| Constructor and Description |
|---|
ExpectShell(AbstractSessionTask<SessionChannelNG> session) |
ExpectShell(AbstractSessionTask<SessionChannelNG> session,
ShellStartupTrigger trigger) |
ExpectShell(AbstractSessionTask<SessionChannelNG> session,
ShellStartupTrigger trigger,
long startupTimeout) |
ExpectShell(AbstractSessionTask<SessionChannelNG> session,
ShellStartupTrigger trigger,
long startupTimeout,
java.lang.String termtype) |
ExpectShell(AbstractSessionTask<SessionChannelNG> session,
ShellStartupTrigger trigger,
long startupTimeout,
java.lang.String termtype,
int cols,
int rows) |
| Modifier and Type | Field and Description |
|---|---|
protected SessionChannelNG |
AbstractSubsystem.session |
| Modifier and Type | Method and Description |
|---|---|
protected SessionChannelNG |
AbstractSubsystemTask.createSession() |
protected SessionChannelNG |
ShellTask.createSession(SshConnection con) |
protected SessionChannelNG |
AbstractCommandTask.createSession(SshConnection con) |
protected SessionChannelNG |
AbstractSubsystemTask.getSession() |
protected SessionChannelNG |
AbstractSubsystem.getSession() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCommandTask.beforeExecuteCommand(SessionChannelNG session) |
protected void |
ShellTask.beforeStartShell(SessionChannelNG session) |
protected abstract void |
AbstractSubsystemTask.doSubsystemTask(SessionChannelNG session) |
protected void |
AbstractSubsystemTask.onCloseSession(SessionChannelNG session) |
protected void |
ShellTask.onCloseSession(SessionChannelNG session) |
protected void |
AbstractCommandTask.onCloseSession(SessionChannelNG session) |
protected void |
AbstractSubsystem.onCloseSession(SessionChannelNG session) |
protected void |
AbstractCommandTask.setupSession(SessionChannelNG session) |
Copyright © 2022. All rights reserved.