All Known Implementing Classes:
SessionProviderFrame, SessionProviderInternalFrame
This interface is used by the Session Provider framework to abstract
the SshClient connection away from the session provider. This restricts
the session to performing operations that are allowed by the controlling
application. For instance, the provider cannot simply diconnect the
connection, since the SshClient's disconnect method is not exposed, instead
a requestDisconnect method is provided allowing the controlling
application to simply ignore a disconnect since it may have other sessions
open.
Most of the methods of this interface will simply be required to call the identical method on SshClient.
Lee - David Painter$ - Revision: 1.11 $| Method from com.sshtools.common.ui.SessionManager Summary: |
|---|
| addEventHandler, allowChannelOpen, applyProfileChanges, getForwardingClient, getProfile, getRemoteEOL, getServerId, isConnected, openChannel, openSession, openSftpClient, requestDisconnect, sendGlobalRequest |
| Method from com.sshtools.common.ui.SessionManager Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|