Package ecologylab.services.distributed.server.clientmanager

Base and custom context managers for NIO-based servers.

See:
          Description

Class Summary
AbstractClientManager The base class for all ContextManagers, objects which track the state and respond to clients on a server.
ClientManager Stores information about the connection context for the client on the server.
HTTPClientManager  
HTTPGetClientManager A ContextManager for handling HTTP Get requests.
HTTPPostClientManager  
 

Package ecologylab.services.distributed.server.clientmanager Description

Base and custom context managers for NIO-based servers. Context managers handle each client-server connection on the server side, and can be customized to provide extra functionality.