Package | Description |
---|---|
com.sshtools.ant | |
com.sshtools.common.ui | |
com.sshtools.j2ssh | |
com.sshtools.j2ssh.session | |
com.sshtools.j2ssh.subsystem |
Modifier and Type | Method and Description |
---|---|
protected void |
Ssh.Shell.allocatePseudoTerminal(SessionChannelClient session) |
protected void |
Ssh.Shell.performTasks(SessionChannelClient session) |
Modifier and Type | Method and Description |
---|---|
SessionChannelClient |
SessionProviderInternalFrame.openSession()
Implementation of the SessionManager method, simply calls the SshClient
openSession method.
|
SessionChannelClient |
SessionManager.openSession()
Opens a session on the managed connection.
|
SessionChannelClient |
SessionProviderFrame.openSession()
Implementation of the SessionManager method, simply calls the SshClient
openSession method.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
SessionOutputReader(SessionChannelClient session)
Contructs the session reader.
|
Modifier and Type | Field and Description |
---|---|
protected SessionChannelClient |
SubsystemClient.session |
Modifier and Type | Method and Description |
---|---|
SessionChannelClient |
SubsystemClient.getSessionChannel() |
Modifier and Type | Method and Description |
---|---|
void |
SubsystemClient.setSessionChannel(SessionChannelClient session) |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.