Interface | Description |
---|---|
JsonRpcMethodProvider |
Provides
JsonRpcMethod . |
MessageConstants | |
MethodProvider |
Class | Description |
---|---|
ConcurrentMessageProcessor |
This class connects a message producer with a message consumer by listening for new messages in a dedicated thread.
|
JsonRpcMethod |
A description of a JSON-RPC method.
|
MessageJsonHandler |
A wrapper around Gson that includes configuration required for JSON-RPC messages.
|
StreamMessageConsumer |
A message consumer that serializes messages to JSON and sends them to an output stream.
|
StreamMessageProducer |
A message producer that reads from an input stream and parses messages from JSON.
|
StreamMessageProducer.Headers |
Annotation Type | Description |
---|---|
ResponseJsonAdapter |
An annotation that indicates the Gson
TypeAdapterFactory to use with a request response. |