Uses of Interface
gnu.hylafax.ClientProtocol

Packages that use ClientProtocol
gnu.hylafax   
gnu.hylafax.pool   
 

Uses of ClientProtocol in gnu.hylafax
 

Subinterfaces of ClientProtocol in gnu.hylafax
 interface Client
           
 

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

Subinterfaces of ClientProtocol in gnu.hylafax.pool
 interface PooledClient
           
 

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