|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jcraft.jsch.Channel
com.jcraft.jsch.ChannelShell
public class ChannelShell
Constructor Summary | |
---|---|
ChannelShell()
|
Method Summary | |
---|---|
void |
init()
|
void |
run()
|
void |
setEnv(java.util.Hashtable foo)
|
void |
setPty(boolean foo)
|
void |
setPtySize(int col,
int row,
int wp,
int hp)
|
void |
setXForwarding(boolean foo)
|
void |
start()
|
Methods inherited from class com.jcraft.jsch.Channel |
---|
connect, disconnect, getExitStatus, getExtInputStream, getId, getInputStream, getOutputStream, getSession, isClosed, isConnected, isEOF, sendSignal, setExtOutputStream, setExtOutputStream, setInputStream, setInputStream, setOutputStream, setOutputStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, 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 setPty(boolean foo)
public void setEnv(java.util.Hashtable foo)
public void start() throws JSchException
start
in class Channel
JSchException
public void init()
public void setPtySize(int col, int row, int wp, int hp)
public void run()
run
in interface java.lang.Runnable
run
in class Channel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |