| Package | Description | 
|---|---|
| org.waarp.ftp.core.config | 
 Classes implementing configuration 
 | 
| org.waarp.ftp.core.data.handler | 
 Classes implementing Data connections
 
  
The internal logic is the following: When a connection is opened for data network: It first tries to find the corresponding session setup from the control connection.  | 
| org.waarp.ftp.core.data.handler.ftps | 
 This module is for FTPS support as native SSL/TLS on port 989 similar to RFC 2818. 
 | 
| org.waarp.ftp.simpleimpl.config | 
 Simple configuration example. 
 | 
| org.waarp.ftp.simpleimpl.data | 
 Simple FTP server example of data business. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Class<? extends DataBusinessHandler> | 
FtpConfiguration.getDataBusinessHandler()  | 
| Constructor and Description | 
|---|
FtpConfiguration(Class<?> classtype,
                Class<? extends BusinessHandler> businessHandler,
                Class<? extends DataBusinessHandler> dataBusinessHandler,
                org.waarp.common.file.FileParameterInterface fileParameter)
Simple constructor 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Class<? extends DataBusinessHandler> | 
FtpDataInitializer.dataBusinessHandler
Business Handler Class 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataBusinessHandler | 
DataNetworkHandler.getDataBusinessHandler()  | 
| Constructor and Description | 
|---|
DataNetworkHandler(FtpConfiguration configuration,
                  DataBusinessHandler handler,
                  boolean active)
Constructor from DataBusinessHandler 
 | 
| Constructor and Description | 
|---|
FtpDataInitializer(Class<? extends DataBusinessHandler> dataBusinessHandler,
                  FtpConfiguration configuration,
                  boolean active)
Constructor which Initializes some data 
 | 
| Constructor and Description | 
|---|
FtpsDataInitializer(Class<? extends DataBusinessHandler> dataBusinessHandler,
                   FtpConfiguration configuration,
                   boolean active)
Constructor which Initializes some data 
 | 
| Constructor and Description | 
|---|
FileBasedConfiguration(Class<?> classtype,
                      Class<? extends BusinessHandler> businessHandler,
                      Class<? extends DataBusinessHandler> dataBusinessHandler,
                      org.waarp.common.file.FileParameterInterface fileParameter)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FileSystemBasedDataBusinessHandler
DataBusinessHandler implementation based on Simple Filesystem 
 | 
Copyright © 2009–2019 Waarp. All rights reserved.