|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jcraft.jsch.RequestWindowChange
class RequestWindowChange
| Field Summary | |
|---|---|
(package private) int |
height_pixels
|
(package private) int |
height_rows
|
(package private) int |
width_columns
|
(package private) int |
width_pixels
|
| Constructor Summary | |
|---|---|
RequestWindowChange()
|
|
| Method Summary | |
|---|---|
void |
request(Session session,
Channel channel)
|
(package private) void |
setSize(int col,
int row,
int wp,
int hp)
|
boolean |
waitForReply()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int width_columns
int height_rows
int width_pixels
int height_pixels
| Constructor Detail |
|---|
RequestWindowChange()
| Method Detail |
|---|
void setSize(int col,
int row,
int wp,
int hp)
public void request(Session session,
Channel channel)
throws java.lang.Exception
request in interface Requestjava.lang.Exceptionpublic boolean waitForReply()
waitForReply in interface Request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||