|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.daemon.subsystem.SubsystemServer
com.sshtools.daemon.sftp.SftpSubsystemServer
DOCUMENT ME!
Field Summary | |
static int |
VERSION_1
DOCUMENT ME! |
static int |
VERSION_2
DOCUMENT ME! |
static int |
VERSION_3
DOCUMENT ME! |
static int |
VERSION_4
DOCUMENT ME! |
Fields inherited from class com.sshtools.daemon.subsystem.SubsystemServer |
session |
Constructor Summary | |
SftpSubsystemServer()
Creates a new SftpSubsystemServer object. |
Method Summary | |
protected void |
onMessageReceived(SubsystemMessage msg)
DOCUMENT ME! |
void |
setSession(SessionChannelServer session)
|
Methods inherited from class com.sshtools.daemon.subsystem.SubsystemServer |
getInputStream, getOutputStream, getState, registerMessage, run, sendMessage, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VERSION_1
public static final int VERSION_2
public static final int VERSION_3
public static final int VERSION_4
Constructor Detail |
public SftpSubsystemServer()
Method Detail |
public void setSession(SessionChannelServer session)
setSession
in class SubsystemServer
protected void onMessageReceived(SubsystemMessage msg)
onMessageReceived
in class SubsystemServer
msg
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |