Uses of Interface
ecologylab.services.authentication.Authenticatable

Packages that use Authenticatable
ecologylab.services.distributed.server Interface Ecology Lab Distributed Services Framework -- NIO servers. 
 

Uses of Authenticatable in ecologylab.services.distributed.server
 

Classes in ecologylab.services.distributed.server that implement Authenticatable
 class DoubleThreadedAuthNIOServer<A extends AuthenticationListEntry>
          An authenticating server that uses NIO and two threads (one for handling IO, the other for handling interfacing with messages).