Package com.sshtools.daemon.sftp
Class SftpSubsystemServer
java.lang.Object
com.sshtools.daemon.subsystem.SubsystemServer
com.sshtools.daemon.sftp.SftpSubsystemServer
- All Implemented Interfaces:
Runnable
- Version:
- $Revision: 1.15 $
- Author:
- $author$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
Fields inherited from class com.sshtools.daemon.subsystem.SubsystemServer
session
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sshtools.daemon.subsystem.SubsystemServer
getInputStream, getOutputStream, getState, registerMessage, run, sendMessage, start, stop
-
Field Details
-
VERSION_1
public static final int VERSION_1- See Also:
-
VERSION_2
public static final int VERSION_2- See Also:
-
VERSION_3
public static final int VERSION_3- See Also:
-
VERSION_4
public static final int VERSION_4- See Also:
-
-
Constructor Details
-
SftpSubsystemServer
public SftpSubsystemServer()Creates a new SftpSubsystemServer object.
-
-
Method Details
-
setSession
- Overrides:
setSession
in classSubsystemServer
- Parameters:
session
-
-
onMessageReceived
- Specified by:
onMessageReceived
in classSubsystemServer
- Parameters:
msg
-
-