Package com.retrogui.dualrpc.client

Interface Summary
IClientCallbackHandler 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
AbstractClientRpcHandler Abstract class that provides base rpc handler methods such as ping(), etc.
DualRpcClient Client component of the dual rpc framework.
DualRpcClientDispatcher Dispatcher for incoming rpc messages.
 

Exception Summary
NotConnectedException Exception thrown if a method is called that requires an active connection to the server