Package ecologylab.services.distributed.server.clientsessionmanager

Base and custom context managers for NIO-based servers.

See:
          Description

Class Summary
AbstractClientSessionManager The base class for all ContextManagers, objects which track the state and respond to clients on a server.
ClientSessionManager Stores information about the connection context for the client on the server.
HTTPClientSessionManager  
HTTPGetClientSessionManager A ContextManager for handling HTTP Get requests.
HTTPPostClientSessionManager  
SessionHandle  
 

Package ecologylab.services.distributed.server.clientsessionmanager 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.