| net.schmizz.sshj.connection.channel.direct.Session.Shell |
Known Indirect Subclasses
|
Shell API.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Whether the client can do local flow control using
control-S and control-Q. | |||||||||||
Sends a window dimension change message.
| |||||||||||
Returns the shell's
stderr stream. | |||||||||||
Send a signal.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.io.Closeable
| |||||||||||
From interface
net.schmizz.sshj.common.ErrorNotifiable
| |||||||||||
From interface
net.schmizz.sshj.common.SSHPacketHandler
| |||||||||||
From interface
net.schmizz.sshj.connection.channel.Channel
| |||||||||||
Whether the client can do local flow control using control-S and control-Q.
null if no such information was
received
Sends a window dimension change message.
| cols | Terminal width, columns |
|---|---|
| rows | Terminal height, rows |
| width | Terminal width, pixels |
| height | Terminal height, pixels |
| TransportException |
|---|
Returns the shell's stderr stream.