Package ecologylab.services.distributed.server

Interface Ecology Lab Distributed Services Framework -- NIO servers.

See:
          Description

Interface Summary
NIOServerFrontend An interface indicating necessary functionality for a server so that it can properly service ContextManagers.
 

Class Summary
DoubleThreadedAuthNIOServer<A extends AuthenticationListEntry> An authenticating server that uses NIO and two threads (one for handling IO, the other for handling interfacing with messages).
DoubleThreadedNIOServer A server that uses NIO and two threads (one for handling IO, the other for handling interfacing with messages).
 

Package ecologylab.services.distributed.server Description

Interface Ecology Lab Distributed Services Framework -- NIO servers.