Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.daemon.sftp » [javadoc | source]
com.sshtools.daemon.sftp
public class: SftpSubsystemServer [javadoc | source]
java.lang.Object
   com.sshtools.daemon.subsystem.SubsystemServer
      com.sshtools.daemon.sftp.SftpSubsystemServer

All Implemented Interfaces:
    Runnable

Field Summary
public static final  int VERSION_1     
public static final  int VERSION_2     
public static final  int VERSION_3     
public static final  int VERSION_4     
Fields inherited from com.sshtools.daemon.subsystem.SubsystemServer:
session
Constructor:
 public SftpSubsystemServer() 
Method from com.sshtools.daemon.sftp.SftpSubsystemServer Summary:
onMessageReceived,   setSession
Methods from com.sshtools.daemon.subsystem.SubsystemServer:
getInputStream,   getOutputStream,   getState,   onMessageReceived,   registerMessage,   run,   sendMessage,   setSession,   start,   stop
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.daemon.sftp.SftpSubsystemServer Detail:
 protected  void onMessageReceived(SubsystemMessage msg) 
 public  void setSession(SessionChannelServer session)