|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ssh.jsch.Channel
net.ssh.jsch.ChannelShell
public class ChannelShell
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 |
---|
public ChannelShell()
Method Detail |
---|
public void setXForwarding(boolean foo)
setXForwarding
in class Channel
public void start()
start
in class Channel
public void init()
public void run()
run
in interface java.lang.Runnable
public void setPtySize(int row, int col, int wp, int hp)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |