com.jcraft.jsch
public class ChannelShell extends ChannelSession
| Method Summary | |
|---|---|
| void | init() |
| void | setPty(boolean enable) |
| void | setPtySize(int col, int row, int wp, int hp) |
| void | setPtyType(String ttype) |
| void | setPtyType(String ttype, int col, int row, int wp, int hp) |
| void | setTerminalMode(byte[] terminal_mode) |
| void | start() |