Package com.jcraft.jsch
Class RequestPtyReq
java.lang.Object
com.jcraft.jsch.Request
com.jcraft.jsch.RequestPtyReq
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
(package private) void
(package private) void
setTerminalMode
(byte[] terminal_mode) (package private) void
setTSize
(int tcol, int trow, int twp, int thp) (package private) void
Methods inherited from class com.jcraft.jsch.Request
setReply, waitForReply, write
-
Field Details
-
ttype
-
tcol
private int tcol -
trow
private int trow -
twp
private int twp -
thp
private int thp -
terminal_mode
private byte[] terminal_mode
-
-
Constructor Details
-
RequestPtyReq
RequestPtyReq()
-
-
Method Details