Package | Description |
---|---|
org.waarp.ftp.core.config |
Classes implementing configuration
|
org.waarp.ftp.core.data |
Classes implementing Data and Transfer status
When a transfer should occur, here are the steps: The connection is prepared through a PORT or PASV command. |
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. |
Modifier and Type | Method and Description |
---|---|
void |
FtpConfiguration.serverStartup()
Init internal configuration
|
void |
FtpInternalConfiguration.serverStartup()
Startup the server
|
Modifier and Type | Method and Description |
---|---|
io.netty.channel.Channel |
FtpDataAsyncConn.getCurrentDataChannel()
Return the current Data Channel
|
DataNetworkHandler |
FtpDataAsyncConn.getDataNetworkHandler() |
Modifier and Type | Method and Description |
---|---|
DataBusinessHandler |
DataNetworkHandler.getDataBusinessHandler() |
Copyright © 2009–2019 Waarp. All rights reserved.