|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ProfileTransport | |
|---|---|
| com.sshtools.profile | A profile is a persistable representation of a connection and its associated settings. |
| com.sshtools.terminal | This package contains core terminal interfaces and utility classes that enable the creation of a terminal implementation. |
| com.sshtools.terminal.awt | This package contains an AWT implementation of a terminal. |
| com.sshtools.terminal.schemes.exe | |
| com.sshtools.terminal.swing | This package contains a Swing implementation of a terminal. |
| com.sshtools.virtualsession | Provides some kind of display or 'screen' for a single connection to a host and a manager to manage multiple instances of these displays |
| Uses of ProfileTransport in com.sshtools.profile |
|---|
| Methods in com.sshtools.profile that return ProfileTransport | |
|---|---|
ProfileTransport |
ProfileTransport.cloneVirtualSession(VirtualSession session)
Clone the current virtual session. |
ProfileTransport |
ResourceProfile.createProfileTransport()
Return a connected and authenticated ProfileTransport
appropriate for this profile |
abstract ProfileTransport |
SchemeHandler.createProfileTransport(ResourceProfile profile)
Create the ProfileTransport appropriate for this scheme |
| Uses of ProfileTransport in com.sshtools.terminal |
|---|
| Subinterfaces of ProfileTransport in com.sshtools.terminal | |
|---|---|
interface |
TerminalProtocolTranport
Implementations of this extension of VirtualSessionTransport are responsible
for making connections, performing any protocol initialisation and handshakes
when used with a character terminal like based system. |
| Uses of ProfileTransport in com.sshtools.terminal.awt |
|---|
| Methods in com.sshtools.terminal.awt that return ProfileTransport | |
|---|---|
ProfileTransport |
AWTVirtualTerminal.getTransport()
|
| Methods in com.sshtools.terminal.awt with parameters of type ProfileTransport | |
|---|---|
void |
AWTVirtualTerminal.connect(ProfileTransport transport)
|
| Uses of ProfileTransport in com.sshtools.terminal.schemes.exe |
|---|
| Classes in com.sshtools.terminal.schemes.exe that implement ProfileTransport | |
|---|---|
class |
NativeTerminalProtocolTransport
Title: |
| Methods in com.sshtools.terminal.schemes.exe that return ProfileTransport | |
|---|---|
ProfileTransport |
NativeTerminalProtocolTransport.cloneVirtualSession(VirtualSession session)
Clone the current virtual session. |
ProfileTransport |
NativeSchemeHandler.createProfileTransport(ResourceProfile profile)
|
| Uses of ProfileTransport in com.sshtools.terminal.swing |
|---|
| Methods in com.sshtools.terminal.swing that return ProfileTransport | |
|---|---|
ProfileTransport |
SwingVirtualTerminal.getTransport()
|
| Methods in com.sshtools.terminal.swing with parameters of type ProfileTransport | |
|---|---|
void |
SwingVirtualTerminal.connect(ProfileTransport transport)
|
| Uses of ProfileTransport in com.sshtools.virtualsession |
|---|
| Subinterfaces of ProfileTransport in com.sshtools.virtualsession | |
|---|---|
interface |
VirtualSessionTransport
The transport mechanism used by a VirtualSession
should implement this interface. |
| Methods in com.sshtools.virtualsession that return ProfileTransport | |
|---|---|
ProfileTransport |
VirtualSession.getTransport()
Get the transport currently in use. |
| Methods in com.sshtools.virtualsession with parameters of type ProfileTransport | |
|---|---|
void |
VirtualSession.connect(ProfileTransport transport)
Connect the session to the streams provided by the transport. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||