|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionChannelClient | |
---|---|
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 | |
---|---|
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 | |
---|---|
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. |
SessionChannelClient |
SessionManager.openSession()
Opens a session on the managed connection. |
Uses of SessionChannelClient in com.sshtools.j2ssh |
---|
Methods in com.sshtools.j2ssh that return SessionChannelClient | |
---|---|
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 | |
---|---|
SessionOutputReader(SessionChannelClient session)
Contructs the session reader. |
Uses of SessionChannelClient in com.sshtools.j2ssh.subsystem |
---|
Fields in com.sshtools.j2ssh.subsystem declared as SessionChannelClient | |
---|---|
protected SessionChannelClient |
SubsystemClient.session
|
Methods in com.sshtools.j2ssh.subsystem that return SessionChannelClient | |
---|---|
SessionChannelClient |
SubsystemClient.getSessionChannel()
|
Methods in com.sshtools.j2ssh.subsystem with parameters of type SessionChannelClient | |
---|---|
void |
SubsystemClient.setSessionChannel(SessionChannelClient session)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |