Uses of Class
com.sshtools.j2ssh.session.SessionChannelClient
-
Packages that use SessionChannelClient Package Description com.sshtools.ant com.sshtools.common.ui com.sshtools.j2ssh com.sshtools.j2ssh.session com.sshtools.j2ssh.subsystem -
-
Uses of SessionChannelClient in com.sshtools.ant
Methods in com.sshtools.ant with parameters of type SessionChannelClient Modifier and Type Method Description protected 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 SessionChannelClient Modifier and Type Method Description SessionChannelClientSessionManager. openSession()Opens a session on the managed connection.SessionChannelClientSessionProviderFrame. openSession()Implementation of the SessionManager method, simply calls the SshClient openSession method.SessionChannelClientSessionProviderInternalFrame. 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 SessionChannelClient Modifier and Type Method Description SessionChannelClientSshClient. getActiveSession(java.lang.String type)Returns the active session channel of the given type.SessionChannelClientSshClient. openSessionChannel()Open's a session channel on the remote server.SessionChannelClientSshClient. 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 SessionChannelClient Constructor Description SessionOutputReader(SessionChannelClient session)Contructs the session reader. -
Uses of SessionChannelClient in com.sshtools.j2ssh.subsystem
Fields in com.sshtools.j2ssh.subsystem declared as SessionChannelClient Modifier and Type Field Description protected SessionChannelClientSubsystemClient. sessionMethods in com.sshtools.j2ssh.subsystem that return SessionChannelClient Modifier and Type Method Description SessionChannelClientSubsystemClient. getSessionChannel()Methods in com.sshtools.j2ssh.subsystem with parameters of type SessionChannelClient Modifier and Type Method Description voidSubsystemClient. setSessionChannel(SessionChannelClient session)
-