|
||||||||||
| 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.ChannelSession
com.jcraft.jsch.ChannelShell
public class ChannelShell
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.jcraft.jsch.Channel |
|---|
Channel.MyPipedInputStream, Channel.PassiveInputStream, Channel.PassiveOutputStream |
| Field Summary | |
|---|---|
(package private) boolean |
pty
|
(package private) boolean |
xforwading
|
| Fields inherited from class com.jcraft.jsch.Channel |
|---|
close, connected, eof_local, eof_remote, exitstatus, id, index, io, lmpsize, lwsize, lwsize_max, recipient, reply, rmpsize, rwsize, session, thread, type |
| Constructor Summary | |
|---|---|
ChannelShell()
|
|
| Method Summary | |
|---|---|
void |
init()
|
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.ChannelSession |
|---|
run |
| Methods inherited from class com.jcraft.jsch.Channel |
|---|
addRemoteWindowSize, close, connect, del, disconnect, disconnect, eof_remote, eof, getChannel, getChannel, getData, getExitStatus, getExtInputStream, getId, getInputStream, getOutputStream, getRecipient, getSession, isClosed, isConnected, isEOF, sendSignal, setExitStatus, setExtOutputStream, setExtOutputStream, setInputStream, setInputStream, setLocalPacketSize, setLocalWindowSize, setLocalWindowSizeMax, setOutputStream, setOutputStream, setRecipient, setRemotePacketSize, setRemoteWindowSize, setSession, write_ext, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
boolean xforwading
boolean pty
| Constructor Detail |
|---|
public ChannelShell()
| Method Detail |
|---|
public void setXForwarding(boolean foo)
setXForwarding in class Channelpublic void setPty(boolean foo)
public void start()
throws JSchException
start in class ChannelJSchExceptionpublic void init()
init in class Channel
public void setPtySize(int col,
int row,
int wp,
int hp)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||