|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PseudoTerminalModes | |
com.maverick.ssh | This package contains a set of general interface contracts for SSH communication that provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications. |
com.maverick.ssh2 | This package contains an SSH2 implementation of the com.maverick.ssh interfaces. |
Uses of PseudoTerminalModes in com.maverick.ssh |
Methods in com.maverick.ssh with parameters of type PseudoTerminalModes | |
boolean |
SshSession.requestPseudoTerminal(java.lang.String term,
int cols,
int rows,
int width,
int height,
PseudoTerminalModes terminalModes)
The remote process may require a pseudo terminal. |
Uses of PseudoTerminalModes in com.maverick.ssh2 |
Methods in com.maverick.ssh2 with parameters of type PseudoTerminalModes | |
boolean |
Ssh2Session.requestPseudoTerminal(java.lang.String term,
int cols,
int rows,
int width,
int height,
PseudoTerminalModes terminalModes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |