Uses of Class
client.Client

Packages that use Client
client The Client used to anonymize data (e. g. from a user's application) via a cascade of mixes. 
 

Uses of Client in client
 

Constructors in client with parameters of type Client
ClientInputStream(Client client)
          Generates a new InputStream that can be used to receive (anonymized) data via the mix cascade.
ClientOutputStream(Client client)
          Generates a new OutputStream that can be used to send data anonymously via a mix cascade.