class RequestPtyReq extends Request
Modifier and Type | Field and Description |
---|---|
private int |
tcol |
private byte[] |
terminal_mode |
private int |
thp |
private int |
trow |
private java.lang.String |
ttype |
private int |
twp |
Constructor and Description |
---|
RequestPtyReq() |
Modifier and Type | Method and Description |
---|---|
void |
request(Session session,
Channel channel) |
(package private) void |
setCode(java.lang.String cookie) |
(package private) void |
setTerminalMode(byte[] terminal_mode) |
(package private) void |
setTSize(int tcol,
int trow,
int twp,
int thp) |
(package private) void |
setTType(java.lang.String ttype) |
setReply, waitForReply, write
private java.lang.String ttype
private int tcol
private int trow
private int twp
private int thp
private byte[] terminal_mode