Uses of Class
com.sshtools.client.SessionChannelNG
Packages that use SessionChannelNG
Package
Description
-
Uses of SessionChannelNG in com.sshtools.client
Methods in com.sshtools.client that return SessionChannelNGModifier and TypeMethodDescriptionSshClient.openSessionChannel()
SshClient.openSessionChannel
(boolean autoConsume) SshClient.openSessionChannel
(long timeout) SshClient.openSessionChannel
(long timeout, boolean autoConsume) -
Uses of SessionChannelNG in com.sshtools.client.scp
Constructors in com.sshtools.client.scp with parameters of type SessionChannelNGModifierConstructorDescriptionprotected
ScpEngine
(String cmd, SessionChannelNG session) Contruct the channel with the specified scp command.protected
ScpEngineIO
(String cmd, SessionChannelNG session) Contruct the channel with the specified scp command. -
Uses of SessionChannelNG in com.sshtools.client.sftp
Methods in com.sshtools.client.sftp that return SessionChannelNG -
Uses of SessionChannelNG in com.sshtools.client.shell
Constructor parameters in com.sshtools.client.shell with type arguments of type SessionChannelNGModifierConstructorDescriptionExpectShell
(AbstractSessionTask<SessionChannelNG> session) ExpectShell
(AbstractSessionTask<SessionChannelNG> session, int osType) ExpectShell
(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger) ExpectShell
(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger, long startupTimeout) ExpectShell
(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger, long startupTimeout, String termtype) Deprecated.ExpectShell
(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger, long startupTimeout, String termtype, int cols, int rows) Deprecated.ExpectShell
(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger, long startupTimeout, String termtype, int cols, int rows, int osType) Deprecated. -
Uses of SessionChannelNG in com.sshtools.client.tasks
Fields in com.sshtools.client.tasks declared as SessionChannelNGMethods in com.sshtools.client.tasks that return SessionChannelNGModifier and TypeMethodDescriptionprotected SessionChannelNG
AbstractCommandTask.createSession
(com.sshtools.common.ssh.SshConnection con) Deprecated, for removal: This API element is subject to removal in a future version.protected SessionChannelNG
AbstractSubsystemTask.createSession()
protected final SessionChannelNG
CommandTask.createSession
(com.sshtools.common.ssh.SshConnection con) protected SessionChannelNG
ShellTask.createSession
(com.sshtools.common.ssh.SshConnection con) Deprecated.protected SessionChannelNG
AbstractSubsystem.getSession()
protected SessionChannelNG
AbstractSubsystemTask.getSession()
Methods in com.sshtools.client.tasks with parameters of type SessionChannelNGModifier and TypeMethodDescriptionprotected void
AbstractCommandTask.beforeExecuteCommand
(SessionChannelNG session) Deprecated, for removal: This API element is subject to removal in a future version.protected final void
CommandTask.beforeExecuteCommand
(SessionChannelNG session) protected void
ShellTask.beforeStartShell
(SessionChannelNG session) Deprecated.void
CommandTask.CommandTaskEvent.commandEvent
(CommandTask task, SessionChannelNG session) Command task event occurred.protected abstract void
AbstractSubsystemTask.doSubsystemTask
(SessionChannelNG session) protected void
AbstractCommandTask.onCloseSession
(SessionChannelNG session) Deprecated, for removal: This API element is subject to removal in a future version.protected void
AbstractSubsystem.onCloseSession
(SessionChannelNG session) protected void
AbstractSubsystemTask.onCloseSession
(SessionChannelNG session) protected final void
CommandTask.onCloseSession
(SessionChannelNG session) Deprecated, for removal: This API element is subject to removal in a future version.protected void
ShellTask.onCloseSession
(SessionChannelNG session) Deprecated.protected final void
CommandTask.onOpenSession
(SessionChannelNG session) protected void
ShellTask.onOpenSession
(SessionChannelNG session) Deprecated.protected final void
AbstractCommandTask.setupSession
(SessionChannelNG session) Deprecated.void
ShellTask.ShellTaskEvent.shellEvent
(ShellTask task, SessionChannelNG session) Shell event occurred.Constructor parameters in com.sshtools.client.tasks with type arguments of type SessionChannelNGModifierConstructorDescriptionprotected
AbstractCommandTask
(AbstractSessionTask.AbstractSessionTaskBuilder<?, SessionChannelNG, ?> builder, String command, String charset, boolean autoConsume) Deprecated.