Uses of Class
com.sshtools.j2ssh.session.SessionChannelClient
Packages that use SessionChannelClient
Package
Description
-
Uses of SessionChannelClient in com.sshtools.ant
Methods in com.sshtools.ant with parameters of type SessionChannelClientModifier and TypeMethodDescriptionprotected voidSsh.Shell.allocatePseudoTerminal(SessionChannelClient session) protected voidSsh.Shell.performTasks(SessionChannelClient session) -
Uses of SessionChannelClient in com.sshtools.common.ui
Methods in com.sshtools.common.ui that return SessionChannelClientModifier and TypeMethodDescriptionSessionManager.openSession()Opens a session on the managed connection.SessionProviderFrame.openSession()Implementation of the SessionManager method, simply calls the SshClient openSession method.SessionProviderInternalFrame.openSession()Implementation of the SessionManager method, simply calls the SshClient openSession method. -
Uses of SessionChannelClient in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh that return SessionChannelClientModifier and TypeMethodDescriptionSshClient.getActiveSession(String type) Returns the active session channel of the given type.SshClient.openSessionChannel()Open's a session channel on the remote server.SshClient.openSessionChannel(ChannelEventListener eventListener) Open's a session channel on the remote server. -
Uses of SessionChannelClient in com.sshtools.j2ssh.session
Constructors in com.sshtools.j2ssh.session with parameters of type SessionChannelClientModifierConstructorDescriptionSessionOutputReader(SessionChannelClient session) Contructs the session reader. -
Uses of SessionChannelClient in com.sshtools.j2ssh.subsystem
Fields in com.sshtools.j2ssh.subsystem declared as SessionChannelClientMethods in com.sshtools.j2ssh.subsystem that return SessionChannelClientMethods in com.sshtools.j2ssh.subsystem with parameters of type SessionChannelClientModifier and TypeMethodDescriptionvoidSubsystemClient.setSessionChannel(SessionChannelClient session)