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
Methods in com.sshtools.client.shell with parameters of type SessionChannelNGModifier and TypeMethodDescriptionExpectShell.ExpectShellBuilder.withSession(SessionChannelNG session) Specify the session to use, from which theInputStreamandOutputStreamcan be derived.Method parameters in com.sshtools.client.shell with type arguments of type SessionChannelNGModifier and TypeMethodDescriptionExpectShell.ExpectShellBuilder.withSession(AbstractSessionTask<SessionChannelNG> session) Specify the remote server identification, which may be used as part of operating system detection.ExpectShell.ExpectShellBuilder.withTask(AbstractSessionTask<SessionChannelNG> task) Specify the task from which to derive the session to use, from which theInputStreamandOutputStreamcan be derived.Constructors in com.sshtools.client.shell with parameters of type SessionChannelNGModifierConstructorDescriptionExpectShell(SessionChannelNG session, int osType) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(SessionChannelNG session, ShellStartupTrigger trigger, long startupTimeout, ExpectShell.OS osType) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in com.sshtools.client.shell with type arguments of type SessionChannelNGModifierConstructorDescriptionExpectShell(AbstractSessionTask<SessionChannelNG> session) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(AbstractSessionTask<SessionChannelNG> session, int osType) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger, long startupTimeout) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger, long startupTimeout, int osType) Deprecated, for removal: This API element is subject to removal in a future version. -
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 SessionChannelNGAbstractSubsystemTask.createSession()protected SessionChannelNGCommandTask.createSession(SshConnection con) protected final SessionChannelNGShellTask.createSession(SshConnection con) protected SessionChannelNGAbstractSubsystem.getSession()protected SessionChannelNGAbstractSubsystemTask.getSession()Methods in com.sshtools.client.tasks with parameters of type SessionChannelNGModifier and TypeMethodDescriptionprotected final voidShellTask.beforeStartShell(SessionChannelNG session) voidCommandTask.CommandTaskEvent.commandEvent(CommandTask task, SessionChannelNG session) Command task event occurred.protected abstract voidAbstractSubsystemTask.doSubsystemTask(SessionChannelNG session) protected voidAbstractSubsystem.onCloseSession(SessionChannelNG session) protected voidAbstractSubsystemTask.onCloseSession(SessionChannelNG session) protected final voidCommandTask.onCloseSession(SessionChannelNG session) protected final voidShellTask.onCloseSession(SessionChannelNG session) protected final voidCommandTask.onOpenSession(SessionChannelNG session) protected final voidShellTask.onOpenSession(SessionChannelNG session) protected final voidCommandTask.setupSession(SessionChannelNG session) voidShellTask.ShellTaskEvent.shellEvent(ShellTask task, SessionChannelNG session) Shell event occurred.