See: Description
Interface | Description |
---|---|
BasicProtocolActor |
Interface to be implemented by actor classes making use of the
BasicProtocolHandler message handler implementation, or handlers derived
from it. |
Class | Description |
---|---|
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. |
Copyright © 2017. All rights reserved.