com.jcraft.jsch
Class ChannelSubsystem

java.lang.Object
  extended by com.jcraft.jsch.Channel
      extended by com.jcraft.jsch.ChannelSession
          extended by com.jcraft.jsch.ChannelSubsystem
All Implemented Interfaces:
java.lang.Runnable

public class ChannelSubsystem
extends ChannelSession


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)  java.lang.String subsystem
           
(package private)  boolean want_reply
           
(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
ChannelSubsystem()
           
 
Method Summary
 java.io.InputStream getErrStream()
           
 void init()
           
 void setErrStream(java.io.OutputStream out)
           
 void setPty(boolean foo)
           
 void setSubsystem(java.lang.String foo)
           
 void setWantReply(boolean foo)
           
 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

xforwading

boolean xforwading

pty

boolean pty

want_reply

boolean want_reply

subsystem

java.lang.String subsystem
Constructor Detail

ChannelSubsystem

public ChannelSubsystem()
Method Detail

setXForwarding

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

setPty

public void setPty(boolean foo)

setWantReply

public void setWantReply(boolean foo)

setSubsystem

public void setSubsystem(java.lang.String foo)

start

public void start()
           throws JSchException
Overrides:
start in class Channel
Throws:
JSchException

init

public void init()
Overrides:
init in class Channel

setErrStream

public void setErrStream(java.io.OutputStream out)

getErrStream

public java.io.InputStream getErrStream()
                                 throws java.io.IOException
Throws:
java.io.IOException


Copyright 2006 jcraft. All Rights Reserved.