| Package | Description |
|---|---|
| com.thetransactioncompany.jsonrpc2.server |
Simple server framework for processing JSON-RPC 2.0 requests and
notifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dispatcher
Dispatcher for JSON-RPC 2.0 requests and notifications.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationHandler |
Dispatcher.getNotificationHandler(String notificationName)
Gets the handler for the specified JSON-RPC 2.0 notification name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dispatcher.register(NotificationHandler handler)
Registers a new JSON-RPC 2.0 notification handler.
|