Uses of Package
org.apache.ftpserver.ftplet

Packages that use org.apache.ftpserver.ftplet
org.apache.ftpserver   
org.apache.ftpserver.command   
org.apache.ftpserver.command.impl Internal classes, do not use directly! 
org.apache.ftpserver.command.impl.listing Internal classes, do not use directly! 
org.apache.ftpserver.config.spring Internal classes, do not use directly! 
org.apache.ftpserver.example.ftpletservice   
org.apache.ftpserver.filesystem.nativefs   
org.apache.ftpserver.filesystem.nativefs.impl Internal classes, do not use directly! 
org.apache.ftpserver.ftplet   
org.apache.ftpserver.ftpletcontainer   
org.apache.ftpserver.ftpletcontainer.impl Internal classes, do not use directly! 
org.apache.ftpserver.impl Internal classes, do not use directly! 
org.apache.ftpserver.usermanager   
org.apache.ftpserver.usermanager.impl   
org.apache.ftpserver.util   
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver
FileSystemFactory
          Factory for file system implementations - it returns the file system view for user.
FtpException
          Ftplet exception class.
Ftplet
          Defines methods that all ftplets must implement.
UserManager
          User manager interface.
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver.command
FtpException
          Ftplet exception class.
FtpRequest
          One FtpRequest made by the client.
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver.command.impl
FtpException
          Ftplet exception class.
FtpFile
          This is the file abstraction used by the server.
FtpRequest
          One FtpRequest made by the client.
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver.command.impl.listing
FileSystemView
          This is an abstraction over the user file system view.
FtpFile
          This is the file abstraction used by the server.
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver.config.spring
FileSystemFactory
          Factory for file system implementations - it returns the file system view for user.
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver.example.ftpletservice
DefaultFtplet
          Default ftplet implementation.
FtpException
          Ftplet exception class.
Ftplet
          Defines methods that all ftplets must implement.
FtpletResult
          This class encapsulates the return values of the ftplet methods.
FtpSession
          Defines an client session with the FTP server.
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver.filesystem.nativefs
FileSystemFactory
          Factory for file system implementations - it returns the file system view for user.
FileSystemView
          This is an abstraction over the user file system view.
FtpException
          Ftplet exception class.
User
          Basic user interface.
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver.filesystem.nativefs.impl
FileSystemView
          This is an abstraction over the user file system view.
FtpException
          Ftplet exception class.
FtpFile
          This is the file abstraction used by the server.
User
          Basic user interface.
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver.ftplet
Authentication
          Represents a type of authentication request, typically anonymous or a username and password combination
AuthenticationFailedException
          Thrown if an authentication request fails
Authority
          Interface for an authority granted to the user, typical example is write access or the number of concurrent logins
AuthorizationRequest
          A request for authorization for a specific task, for example write access.
DataConnection
           
DataConnectionFactory
           
DataType
          Type safe enum for describing the data type
FileSystemFactory
          Factory for file system implementations - it returns the file system view for user.
FileSystemView
          This is an abstraction over the user file system view.
FtpException
          Ftplet exception class.
FtpFile
          This is the file abstraction used by the server.
Ftplet
          Defines methods that all ftplets must implement.
FtpletContext
          A ftplet configuration object used by a ftplet container used to pass information to a ftplet during initialization.
FtpletResult
          This class encapsulates the return values of the ftplet methods.
FtpReply
          Interface for a reply to an FTP request.
FtpRequest
          One FtpRequest made by the client.
FtpSession
          Defines an client session with the FTP server.
FtpStatistics
          This interface holds all the ftp server statistical information.
Structure
          Type safe enum for describing the structure
User
          Basic user interface.
UserManager
          User manager interface.
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver.ftpletcontainer
Ftplet
          Defines methods that all ftplets must implement.
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver.ftpletcontainer.impl
FtpException
          Ftplet exception class.
Ftplet
          Defines methods that all ftplets must implement.
FtpletContext
          A ftplet configuration object used by a ftplet container used to pass information to a ftplet during initialization.
FtpletResult
          This class encapsulates the return values of the ftplet methods.
FtpReply
          Interface for a reply to an FTP request.
FtpRequest
          One FtpRequest made by the client.
FtpSession
          Defines an client session with the FTP server.
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver.impl
DataConnection
           
DataConnectionFactory
           
DataType
          Type safe enum for describing the data type
DefaultFtpReply
          FTP reply object.
FileSystemFactory
          Factory for file system implementations - it returns the file system view for user.
FileSystemView
          This is an abstraction over the user file system view.
FtpException
          Ftplet exception class.
FtpFile
          This is the file abstraction used by the server.
Ftplet
          Defines methods that all ftplets must implement.
FtpletContext
          A ftplet configuration object used by a ftplet container used to pass information to a ftplet during initialization.
FtpReply
          Interface for a reply to an FTP request.
FtpRequest
          One FtpRequest made by the client.
FtpSession
          Defines an client session with the FTP server.
FtpStatistics
          This interface holds all the ftp server statistical information.
Structure
          Type safe enum for describing the structure
User
          Basic user interface.
UserManager
          User manager interface.
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver.usermanager
Authentication
          Represents a type of authentication request, typically anonymous or a username and password combination
Authority
          Interface for an authority granted to the user, typical example is write access or the number of concurrent logins
User
          Basic user interface.
UserManager
          User manager interface.
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver.usermanager.impl
Authentication
          Represents a type of authentication request, typically anonymous or a username and password combination
AuthenticationFailedException
          Thrown if an authentication request fails
Authority
          Interface for an authority granted to the user, typical example is write access or the number of concurrent logins
AuthorizationRequest
          A request for authorization for a specific task, for example write access.
FtpException
          Ftplet exception class.
User
          Basic user interface.
UserManager
          User manager interface.
 

Classes in org.apache.ftpserver.ftplet used by org.apache.ftpserver.util
FtpException
          Ftplet exception class.
 



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