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 SessionChannelNGModifierConstructorDescriptionprotectedScpEngine(String cmd, SessionChannelNG session) Contruct the channel with the specified scp command.protectedScpEngineIO(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
Constructors in com.sshtools.client.shell with parameters of type SessionChannelNGModifierConstructorDescriptionExpectShell(SessionChannelNG session, int osType) ExpectShell(SessionChannelNG session, ShellStartupTrigger trigger, long startupTimeout, String termtype, int cols, int rows, int osType) 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 SessionChannelNGAbstractCommandTask.createSession(SshConnection con) Deprecated, for removal: This API element is subject to removal in a future version.protected SessionChannelNGAbstractSubsystemTask.createSession()protected final SessionChannelNGCommandTask.createSession(SshConnection con) protected SessionChannelNGShellTask.createSession(SshConnection con) Deprecated.protected SessionChannelNGAbstractSubsystem.getSession()protected SessionChannelNGAbstractSubsystemTask.getSession()Methods in com.sshtools.client.tasks with parameters of type SessionChannelNGModifier and TypeMethodDescriptionprotected voidAbstractCommandTask.beforeExecuteCommand(SessionChannelNG session) Deprecated, for removal: This API element is subject to removal in a future version.protected final voidCommandTask.beforeExecuteCommand(SessionChannelNG session) protected voidShellTask.beforeStartShell(SessionChannelNG session) Deprecated.voidCommandTask.CommandTaskEvent.commandEvent(CommandTask task, SessionChannelNG session) Command task event occurred.protected abstract voidAbstractSubsystemTask.doSubsystemTask(SessionChannelNG session) protected voidAbstractCommandTask.onCloseSession(SessionChannelNG session) Deprecated, for removal: This API element is subject to removal in a future version.protected voidAbstractSubsystem.onCloseSession(SessionChannelNG session) protected voidAbstractSubsystemTask.onCloseSession(SessionChannelNG session) protected final voidCommandTask.onCloseSession(SessionChannelNG session) Deprecated, for removal: This API element is subject to removal in a future version.protected voidShellTask.onCloseSession(SessionChannelNG session) Deprecated.protected final voidCommandTask.onOpenSession(SessionChannelNG session) protected voidShellTask.onOpenSession(SessionChannelNG session) Deprecated.protected final voidAbstractCommandTask.setupSession(SessionChannelNG session) Deprecated.voidShellTask.ShellTaskEvent.shellEvent(ShellTask task, SessionChannelNG session) Shell event occurred.Constructor parameters in com.sshtools.client.tasks with type arguments of type SessionChannelNGModifierConstructorDescriptionprotectedAbstractCommandTask(AbstractSessionTask.AbstractSessionTaskBuilder<?, SessionChannelNG, ?> builder, String command, String charset, boolean autoConsume) Deprecated.