Package org.elkoserver.foundation.actor

Elko server classes representing entities with remote connections to a server.

See:
          Description

Interface Summary
BasicProtocolActor Interface to be implemented by actor classes making use of the BasicProtocolHandler message handler implementation, or handlers derived from it.
 

Class Summary
Actor An object representing some entity interacting with this server (whatever server this is) over the net.
BasicProtocolHandler Utility message handler implementation base class that supports a basic JSON protocol for connection housekeeping.
JSONHTTPFramer HTTP message framer for JSON messages transported via HTTP.
NonRoutingActor An Actor that receives untargeted JSON messages over its connection.
RefTable A mapping from object reference strings (as they would be used in JSON message parameters) to the objects they refer to.
RoutingActor An Actor that receives targeted JSON messages over its connection.
 

Package org.elkoserver.foundation.actor Description

Elko server classes representing entities with remote connections to a server.