Package | Description |
---|---|
org.waarp.ftp.core.config |
Classes implementing configuration
|
org.waarp.ftp.core.control |
Classes implementing Control connections.
|
org.waarp.ftp.core.control.ftps |
This module is for FTPS support as native SSL/TLS on port 990 similar to RFC 2818.
|
org.waarp.ftp.core.session |
Classes implementing session
|
org.waarp.ftp.simpleimpl.config |
Simple configuration example.
|
org.waarp.ftp.simpleimpl.control |
Simple FTP server example of control business.
|
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 BusinessHandler> |
FtpInitializer.businessHandler
Business Handler Class if any (Target Mode only)
|
Modifier and Type | Method and Description |
---|---|
BusinessHandler |
NetworkHandler.getBusinessHandler() |
Constructor and Description |
---|
FtpInitializer(Class<? extends BusinessHandler> businessHandler,
FtpConfiguration configuration)
Constructor which Initializes some data for Server only
|
Constructor and Description |
---|
FtpsInitializer(Class<? extends BusinessHandler> businessHandler,
FtpConfiguration configuration)
Constructor which Initializes some data for Server only
|
Modifier and Type | Method and Description |
---|---|
BusinessHandler |
FtpSession.getBusinessHandler() |
Constructor and Description |
---|
FtpSession(FtpConfiguration configuration,
BusinessHandler handler)
Constructor
|
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 |
SimpleBusinessHandler
BusinessHandler implementation that allows pre and post actions on any operations and
specifically on transfer operations
|
Copyright © 2009–2019 Waarp. All rights reserved.