public class SftpSubsystemServer extends SubsystemServer
Modifier and Type | Field and Description |
---|---|
static int |
VERSION_1 |
static int |
VERSION_2 |
static int |
VERSION_3 |
static int |
VERSION_4 |
session
Constructor and Description |
---|
SftpSubsystemServer()
Creates a new SftpSubsystemServer object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
onMessageReceived(SubsystemMessage msg) |
void |
setSession(SessionChannelServer session) |
getInputStream, getOutputStream, getState, registerMessage, run, sendMessage, start, stop
public static final int VERSION_1
public static final int VERSION_2
public static final int VERSION_3
public static final int VERSION_4
public SftpSubsystemServer()
public void setSession(SessionChannelServer session)
setSession
in class SubsystemServer
session
- protected void onMessageReceived(SubsystemMessage msg)
onMessageReceived
in class SubsystemServer
msg
- Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.