Package org.finj

Core classes for finj project.

See:
          Description

Interface Summary
FTPClientObserver Instances of this observer receive notifications of the progress of the work of an FTPClient to which they have to be registered.
FTPServerParser Defines the set of methods that a parser has to implement in order to be circonvain to plateform specific information.
FTPServerProfile The goal of this interface is to leave the possibility to handle servers that do not comply with the RFC959 strictly.
 

Class Summary
FTPClient The main class of the project, the one to instanciate in order to have access to an FTP server through FinJ.
FTPClientAdapter An adapter class for receiving FTPClient observations.
FTPCommand This class contains constants and methods that simplify handling and internationalization of FTP client commands.
FTPConstants Class that gathers project wide constants.
FTPResponse This class contains constants and methods that simplify handling and internationalization of FTP server replies.
FTPSocket This class wraps java.net.Socket and java.net.ServerSocket behind a common (limited) interface that mimics theirs.
RemoteFile Class inspired on java.io.File, that represents files located on a distant computer.
 

Exception Summary
FTPException Exceptions thrown by an instance of org.finj.FTPClient built around a org.finj.FTPResponse, when the server refuses the actipon the org.finj.FTPClient was supposed to perform.
 

Package org.finj Description

Core classes for finj project.



Copyright © 2009. All Rights Reserved.