Uses of Class
org.apache.ftpserver.ftplet.DataType

Packages that use DataType
org.apache.ftpserver.ftplet   
org.apache.ftpserver.impl Internal classes, do not use directly! 
 

Uses of DataType in org.apache.ftpserver.ftplet
 

Methods in org.apache.ftpserver.ftplet that return DataType
 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(java.lang.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.
 

Uses of DataType in org.apache.ftpserver.impl
 

Methods in org.apache.ftpserver.impl that return DataType
 DataType DefaultFtpSession.getDataType()
          Get the data type.
 DataType FtpIoSession.getDataType()
           
 

Methods in org.apache.ftpserver.impl with parameters of type DataType
 void FtpIoSession.setDataType(DataType dataType)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.