Uses of Interface
gnu.hylafax.Client

Packages that use Client
gnu.hylafax   
gnu.hylafax.job   
gnu.hylafax.pool   
 

Uses of Client in gnu.hylafax
 

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

Uses of Client in gnu.hylafax.job
 

Fields in gnu.hylafax.job declared as Client
protected  Client Job.client
           
 

Constructors in gnu.hylafax.job with parameters of type Client
Job(Client c)
           
Job(Client c, long id)
           
ThreadSafeJob(Client c)
           
ThreadSafeJob(Client c, long id)
           
 

Uses of Client in gnu.hylafax.pool
 

Subinterfaces of Client in gnu.hylafax.pool
 interface PooledClient
           
 

Classes in gnu.hylafax.pool that implement Client
 class HylaFAXPooledClient
          This is an extension of the gnu.hylafax.HylaFAXClient specifically designed to work with the gnu.hylafax.pool.ClientPool pooling functionality.