Package | Description |
---|---|
org.apache.ftpserver.ftplet | |
org.apache.ftpserver.impl |
Internal classes, do not use directly!
|
Modifier and Type | Method and Description |
---|---|
DataType |
FtpSession.getDataType()
Get the data type.
|
static DataType |
DataType.parseArgument(char argument)
Parses the argument value from the TYPE command into the type safe class
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DataType |
FtpIoSession.getDataType() |
DataType |
DefaultFtpSession.getDataType()
Get the data type.
|
Modifier and Type | Method and Description |
---|---|
void |
FtpIoSession.setDataType(DataType dataType) |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.