com.sshtools.daemon.sftp
Class SftpSubsystemServer

java.lang.Object
  extended by com.sshtools.daemon.subsystem.SubsystemServer
      extended by com.sshtools.daemon.sftp.SftpSubsystemServer
All Implemented Interfaces:
java.lang.Runnable

public class SftpSubsystemServer
extends SubsystemServer

Version:
$Revision: 1.15 $
Author:
$author$

Field Summary
static int VERSION_1
           
static int VERSION_2
           
static int VERSION_3
           
static int VERSION_4
           
 
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)
           
 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

VERSION_1

public static final int VERSION_1
See Also:
Constant Field Values

VERSION_2

public static final int VERSION_2
See Also:
Constant Field Values

VERSION_3

public static final int VERSION_3
See Also:
Constant Field Values

VERSION_4

public static final int VERSION_4
See Also:
Constant Field Values
Constructor Detail

SftpSubsystemServer

public SftpSubsystemServer()
Creates a new SftpSubsystemServer object.

Method Detail

setSession

public void setSession(SessionChannelServer session)
Overrides:
setSession in class SubsystemServer
Parameters:
session -

onMessageReceived

protected void onMessageReceived(SubsystemMessage msg)
Specified by:
onMessageReceived in class SubsystemServer
Parameters:
msg -


Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.