Uses of Interface
gnu.hylafax.pool.PooledClient

Packages that use PooledClient
gnu.hylafax.pool   
 

Uses of PooledClient in gnu.hylafax.pool
 

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

Methods in gnu.hylafax.pool that return PooledClient
 PooledClient ClientPool.get()
           
 

Methods in gnu.hylafax.pool with parameters of type PooledClient
 void ClientPool.put(PooledClient client)