Package ecologylab.services.distributed.impl

Interface Summary
ServerListener A listener that reacts to server events, such as when a client connects.
Shutdownable Interface for objects that should have a shutdown sequence.
 

Class Summary
MessageWithMetadata<M extends ServiceMessage> Represents a RequestMessage that has been translated to XML.
MessageWithMetadataPool<M extends ServiceMessage>  
NIOCore Provides core functionality for NIO-based servers or clients.
NIONetworking Handles backend, low-level communication between distributed programs, using NIO.
NIOServerBackend The backend portion of the NIO Server, which handles low-level communication with clients.
NIOServerBase Combines an NIOServerBackend and NIOServerFrontend
PreppedRequest Represents a RequestMessage that has been translated to XML.
PreppedRequestPool  
ServerEvent