public interface SshShell extends SshExtendedStreamChannel
| Modifier and Type | Method and Description |
|---|---|
void |
requestPseudoTerminalChange(int width,
int height,
int pixw,
int pixh)
Request that the pseudo terminal attributes are changed.
|
exitCode, getExtendedInputStreamgetInputStream, getOutputStreamaddDataListener, removeDataListeneraddListener, close, isOpen, open, removeListenervoid requestPseudoTerminalChange(int width,
int height,
int pixw,
int pixh)
throws SshException
width - new terminal widthheight - new terminal heightpixw - new pixel widthpixh - new pixel heightSshExceptionCopyright © 2018. All rights reserved.