| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.jcraft.jsch.Channelcom.jcraft.jsch.ChannelSessioncom.jcraft.jsch.ChannelShellpublic class ChannelShellextends com.jcraft.jsch.ChannelSessionField Summary |
Fields inherited from class com.jcraft.jsch.ChannelSession | |
agent_forwarding, env, xforwading | |
Method Summary | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class com.jcraft.jsch.ChannelSession | |
run, setAgentForwarding, setEnv, setXForwarding | |
Methods inherited from class com.jcraft.jsch.Channel | |
connect, connect, disconnect, getExitStatus, getExtInputStream, getId, getInputStream, getOutputStream, getSession, isClosed, isConnected, isEOF, run, sendSignal, setExtOutputStream, setExtOutputStream, setInputStream, setInputStream, setOutputStream, setOutputStream, setXForwarding, start | |
public void init()
public void setPty(boolean enable)
public void setPtySize(int col,
int row,
int wp,
int hp)public void setPtyType(String ttype)
public void setPtyType(String ttype,
int col,
int row,
int wp,
int hp)public void setTerminalMode(byte[] terminal_mode)