| Package | Description |
|---|---|
| com.thetransactioncompany.jsonrpc2.server |
Simple server framework for processing JSON-RPC 2.0 requests and
notifications.
|
| com.thetransactioncompany.jsonrpc2.server.examples |
Examples.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dispatcher
Dispatcher for JSON-RPC 2.0 requests and notifications.
|
| Modifier and Type | Method and Description |
|---|---|
RequestHandler |
Dispatcher.getRequestHandler(String requestName)
Gets the handler for the specified JSON-RPC 2.0 request name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dispatcher.register(RequestHandler handler)
Registers a new JSON-RPC 2.0 request handler.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Example.DateTimeHandler |
static class |
Example.EchoHandler |
Copyright © 2015 The Transaction Company. All Rights Reserved.