Package com.retrogui.dualrpc.server

Interface Summary
IServerCallbackHandler Interface to define handler for different types of callbacks - usually a message, rpc, or connection thread uses a callback method to notify the main thread that something happened.
 

Class Summary
AbstractServerRpcHandler Abstract base class to implement some rpc handler functionality
DualRpcServer DualRpcServer.
DualRpcServerApplicationFactory Factory that creates server applications - required by underlying message server library.
DualRpcServerDispatcher Dispatcher for incoming client messages.
 

Exception Summary
ServerNotRunningException Some server methods (such as shutdown) can only be called after the server is running.