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)
Deprecated.
|
ExpectShell(AbstractSessionTask<SessionChannelNG> session,
ShellStartupTrigger trigger,
long startupTimeout,
java.lang.String termtype,
int cols,
int rows)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected SessionChannelNG |
AbstractSubsystem.session |
Modifier and Type | Method and Description |
---|---|
protected SessionChannelNG |
AbstractSubsystemTask.createSession() |
protected SessionChannelNG |
ShellTask.createSession(com.sshtools.common.ssh.SshConnection con) |
protected SessionChannelNG |
AbstractCommandTask.createSession(com.sshtools.common.ssh.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 |
ShellTask.onCloseSession(SessionChannelNG session) |
protected void |
AbstractSubsystemTask.onCloseSession(SessionChannelNG session) |
protected void |
AbstractSubsystem.onCloseSession(SessionChannelNG session) |
protected void |
AbstractCommandTask.onCloseSession(SessionChannelNG session) |
protected void |
AbstractCommandTask.setupSession(SessionChannelNG session) |
Copyright © 2024. All rights reserved.