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 void
Ssh.Shell. allocatePseudoTerminal(SessionChannelClient session)
protected void
Ssh.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 SessionChannelClient
SessionManager. openSession()
Opens a session on the managed connection.SessionChannelClient
SessionProviderFrame. openSession()
Implementation of the SessionManager method, simply calls the SshClient openSession method.SessionChannelClient
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 SessionChannelClient Modifier and Type Method Description SessionChannelClient
SshClient. getActiveSession(java.lang.String type)
Returns the active session channel of the given type.SessionChannelClient
SshClient. openSessionChannel()
Open's a session channel on the remote server.SessionChannelClient
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 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 SessionChannelClient
SubsystemClient. session
Methods in com.sshtools.j2ssh.subsystem that return SessionChannelClient Modifier and Type Method Description SessionChannelClient
SubsystemClient. getSessionChannel()
Methods in com.sshtools.j2ssh.subsystem with parameters of type SessionChannelClient Modifier and Type Method Description void
SubsystemClient. setSessionChannel(SessionChannelClient session)
-