Uses of Interface
ecologylab.services.distributed.common.ClientConstants

Packages that use ClientConstants
ecologylab.services.authentication.nio NIO versions of authentication server / client. 
ecologylab.services.distributed.client Clients for distributed computing services. 
ecologylab.services.distributed.legacy   
 

Uses of ClientConstants in ecologylab.services.authentication.nio
 

Classes in ecologylab.services.authentication.nio that implement ClientConstants
 class NIOAuthClient
          A client application that uses authentication and communicates using NIO.
 

Uses of ClientConstants in ecologylab.services.distributed.client
 

Classes in ecologylab.services.distributed.client that implement ClientConstants
 class NIOClient
          Services Client using NIO; a major difference with the NIO version is state tracking.
 

Uses of ClientConstants in ecologylab.services.distributed.legacy
 

Classes in ecologylab.services.distributed.legacy that implement ClientConstants
 class ServicesClient
          Interface Ecology Lab Distributed Computing Services framework

Client to connect to ServicesServer.

 class ServicesClientBase
          Abstract base class for building ecologylab.services clients.