Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.daemon.scp » [javadoc | source]
com.sshtools.daemon.scp
public class: ScpServer [javadoc | source]
java.lang.Object
   com.sshtools.daemon.platform.NativeProcessProvider
      com.sshtools.daemon.scp.ScpServer

All Implemented Interfaces:
    Runnable

Constructor:
 public ScpServer() 
Method from com.sshtools.daemon.scp.ScpServer Summary:
allocatePseudoTerminal,   createProcess,   getDefaultTerminalProvider,   getInputStream,   getOutputStream,   getStderrInputStream,   kill,   run,   start,   stillActive,   supportsPseudoTerminal,   waitForExitCode
Methods from com.sshtools.daemon.platform.NativeProcessProvider:
allocatePseudoTerminal,   createProcess,   getDefaultTerminalProvider,   getInputStream,   getOutputStream,   getStderrInputStream,   kill,   newInstance,   setProvider,   start,   stillActive,   supportsPseudoTerminal,   waitForExitCode
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.daemon.scp.ScpServer Detail:
 public boolean allocatePseudoTerminal(String term,
    int cols,
    int rows,
    int width,
    int height,
    String modes) 
 public boolean createProcess(String command,
    Map environment) throws IOException 
 public String getDefaultTerminalProvider() 
 public InputStream getInputStream() throws IOException 
 public OutputStream getOutputStream() throws IOException 
 public InputStream getStderrInputStream() 
 public  void kill() 
 public  void run() 
 public  void start() throws IOException 
 public boolean stillActive() 
 public boolean supportsPseudoTerminal(String term) 
 public int waitForExitCode()