Uses of Interface
gnu.inet.ftp.ConnectionEventSource

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

Uses of ConnectionEventSource in gnu.hylafax
 

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

Uses of ConnectionEventSource in gnu.hylafax.pool
 

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

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