| Interface | Description |
|---|---|
| JsonRpcHandler<P> | |
| Prop | |
| Session | |
| Transaction |
A transaction represents a conversation between a client and the server.
|
| Class | Description |
|---|---|
| DefaultJsonRpcHandler<P> | |
| JsonRpcErrorException | |
| JsonRpcException |
This is a general exception used in the JsonRpcConnector package.
|
| JsonUtils |
Gson/JSON utilities; used to serialise Java object to JSON (as String).
|
| PropImpl | |
| Props | |
| TransportException |
This exception occurs when there is a communication error.
|