Uses of Class
gnu.inet.ftp.FtpClientProtocol

Packages that use FtpClientProtocol
gnu.hylafax   
gnu.hylafax.pool   
gnu.inet.ftp   
 

Uses of FtpClientProtocol in gnu.hylafax
 

Subclasses of FtpClientProtocol in gnu.hylafax
 class HylaFAXClient
          This class implements convenience methods that wrapper the ClientProtocol methods for common functionality.
 class HylaFAXClientProtocol
          This is the core implementation of the HylaFAX client protocol.
 

Uses of FtpClientProtocol in gnu.hylafax.pool
 

Subclasses of FtpClientProtocol in gnu.hylafax.pool
 class HylaFAXPooledClient
          This is an extension of the gnu.hylafax.HylaFAXClient specifically designed to work with the gnu.hylafax.pool.ClientPool pooling functionality.
 

Uses of FtpClientProtocol in gnu.inet.ftp
 

Subclasses of FtpClientProtocol in gnu.inet.ftp
 class FtpClient
          This class implements convenience methods that wrapper the FtpClientProtocol methods for common functionality.