Uses of Interface
gnu.inet.ftp.TransferEventSource

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

Uses of TransferEventSource in gnu.hylafax
 

Classes in gnu.hylafax that implement TransferEventSource
 class HylaFAXClient
          This class implements convenience methods that wrapper the ClientProtocol methods for common functionality.
 

Uses of TransferEventSource in gnu.hylafax.pool
 

Classes in gnu.hylafax.pool that implement TransferEventSource
 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 TransferEventSource in gnu.inet.ftp
 

Classes in gnu.inet.ftp that implement TransferEventSource
 class ActiveGetter
          This class implements an FTP-style data connection server thread for GETing files/data non-passively.
 class ActivePutter
          This class implements an FTP-style data connection server thread for PUTing in a non-passive files/data.
 class FtpClient
          This class implements convenience methods that wrapper the FtpClientProtocol methods for common functionality.
 class Getter
          This class serves as a superclass to the ActiveGetter and PassiveGetter classes, providing a common interface and data members.
 class PassiveGetter
          This class implements an FTP-style data connection thread for GETing files/data passively.
 class PassivePutter
          This class implements an FTP-style data connection server thread for PUTing files/data passively to the server.
 class Putter
          implements a FTP-style data connection server thread for PUTing files/data.