|
|||||||||
Home >> All >> org >> [ finj overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.finj
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. |
RemoteFile | A java.io.File located on a distant computer. |
Class Summary | |
DOSFTPServerParser | |
FTPClient | FIXME : mention default values. |
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. |
FTPReply | This class contains constants and methods that simplify handling and internationalization of FTP server replies. |
FTPResponse | This class contains constants and methods that simplify handling and internationalization of FTP server replies. |
FTPServerParserFactory | A factory class which aims at constructing the right parser for the data to parse, according to the kind of OS on which the FTP server is running. |
FTPSocket | This class wraps java.net.Socket and
java.net.ServerSocket behind a common
(limited) interface that mimics theirs. |
UnixFTPServerParser | |
VMSFTPServerParser |
Exception Summary | |
FTPException | Exceptions thrown by an instance of org.finj.FTPClient
built around a org.finj.FTPReply , when the server refuses
the actipon the org.finj.FTPClient was supposed to
perform. |
|
|||||||||
Home >> All >> org >> [ finj overview ] | PREV PACKAGE NEXT PACKAGE |