| Package | Description | 
|---|---|
| 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.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.session | 
 Classes implementing session 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NetworkHandler | 
BusinessHandler.getNetworkHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BusinessHandler.setNetworkHandler(NetworkHandler networkHandler)
Called when the NetworkHandler is created 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SslNetworkHandler  | 
| Modifier and Type | Method and Description | 
|---|---|
NetworkHandler | 
DataNetworkHandler.getNetworkHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
NetworkHandler | 
FtpSession.getNetworkHandler()  | 
Copyright © 2009–2019 Waarp. All rights reserved.