Package | Description |
---|---|
org.waarp.ftp.core.command |
Global classes that store all informations on implemented commands, arguments, reply codes.
|
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 |
---|---|
static FtpArgumentCode.TransferStructure |
FtpArgumentCode.getTransferStructure(char structure)
Get the TransferStructure according to the char
|
static FtpArgumentCode.TransferStructure |
FtpArgumentCode.TransferStructure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtpArgumentCode.TransferStructure[] |
FtpArgumentCode.TransferStructure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FtpArgumentCode.TransferStructure |
FtpDataAsyncConn.getStructure() |
Modifier and Type | Method and Description |
---|---|
void |
FtpDataAsyncConn.setStructure(FtpArgumentCode.TransferStructure transferStructure) |
Modifier and Type | Method and Description |
---|---|
FtpArgumentCode.TransferStructure |
FtpDataModeCodec.getStructure() |
Modifier and Type | Method and Description |
---|---|
void |
FtpDataModeCodec.setStructure(FtpArgumentCode.TransferStructure structure) |
Constructor and Description |
---|
FtpDataModeCodec(FtpArgumentCode.TransferMode mode,
FtpArgumentCode.TransferStructure structure) |
Copyright © 2009–2019 Waarp. All rights reserved.