net.ssh.jsch
Class ChannelShell

java.lang.Object
  extended by net.ssh.jsch.Channel
      extended by net.ssh.jsch.ChannelShell
All Implemented Interfaces:
java.lang.Runnable

public class ChannelShell
extends Channel


Constructor Summary
ChannelShell()
           
 
Method Summary
 void init()
           
 void run()
           
 void setPtySize(int row, int col, int wp, int hp)
           
 void setXForwarding(boolean foo)
           
 void start()
           
 
Methods inherited from class net.ssh.jsch.Channel
connect, disconnect, getExitStatus, getExtInputStream, getInputStream, getOutputStream, isEOF, sendSignal, setExtOutputStream, setInputStream, setOutputStream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelShell

public ChannelShell()
Method Detail

setXForwarding

public void setXForwarding(boolean foo)
Overrides:
setXForwarding in class Channel

start

public void start()
Overrides:
start in class Channel

init

public void init()

run

public void run()
Specified by:
run in interface java.lang.Runnable

setPtySize

public void setPtySize(int row,
                       int col,
                       int wp,
                       int hp)