|
| def | __init__ (self, client, term_type, term_width, term_height) |
| |
| def | read (self) |
| | Reads all the output from the shell. More...
|
| |
| def | read_byte (self) |
| | Reads a single byte from the shell. More...
|
| |
| def | write (self, text) |
| | Writes the text in the current shell. More...
|
| |
Definition at line 119 of file javaclient.py.
◆ __init__()
| def SSHLibrary.javaclient.Shell.__init__ |
( |
|
self, |
|
|
|
client, |
|
|
|
term_type, |
|
|
|
term_width, |
|
|
|
term_height |
|
) |
| |
◆ _output_available()
| def SSHLibrary.javaclient.Shell._output_available |
( |
|
self | ) |
|
|
private |
◆ read()
| def SSHLibrary.javaclient.Shell.read |
( |
|
self | ) |
|
◆ read_byte()
| def SSHLibrary.javaclient.Shell.read_byte |
( |
|
self | ) |
|
◆ resize()
| def SSHLibrary.javaclient.Shell.resize |
( |
|
width, |
|
|
|
height |
|
) |
| |
|
static |
◆ write()
| def SSHLibrary.javaclient.Shell.write |
( |
|
self, |
|
|
|
text |
|
) |
| |
◆ _stdin
| SSHLibrary.javaclient.Shell._stdin |
|
private |
◆ _stdout
| SSHLibrary.javaclient.Shell._stdout |
|
private |
◆ shell
| SSHLibrary.javaclient.Shell.shell |
The documentation for this class was generated from the following file: