com.jcraft.jsch
Class RequestWindowChange

java.lang.Object
  extended by com.jcraft.jsch.RequestWindowChange
All Implemented Interfaces:
Request

 class RequestWindowChange
extends java.lang.Object
implements Request


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

width_columns

int width_columns

height_rows

int height_rows

width_pixels

int width_pixels

height_pixels

int height_pixels
Constructor Detail

RequestWindowChange

RequestWindowChange()
Method Detail

setSize

void setSize(int col,
             int row,
             int wp,
             int hp)

request

public void request(Session session,
                    Channel channel)
             throws java.lang.Exception
Specified by:
request in interface Request
Throws:
java.lang.Exception

waitForReply

public boolean waitForReply()
Specified by:
waitForReply in interface Request


Copyright 2006 jcraft. All Rights Reserved.