| Package | Description |
|---|---|
| com.thetransactioncompany.jsonrpc2.server |
Simple server framework for processing JSON-RPC 2.0 requests and
notifications.
|
| net.i2p.i2pcontrol.servlets.jsonrpc2handlers |
JSON-RPC 2.0 handlers for I2P Control API methods.
|
| 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 |
|---|---|
class |
AdvancedSettingsHandler
JSON-RPC handler for advanced router settings.
|
class |
AuthenticateHandler
JSON-RPC handler for authentication requests.
|
class |
EchoHandler
JSON-RPC2 handler for the Echo method.
|
class |
GetRateHandler
JSON-RPC2 handler for the GetRate method.
|
class |
I2PControlHandler
JSON-RPC2 handler for the I2PControl method.
|
class |
NetworkSettingHandler
JSON-RPC2 handler for the NetworkSetting method.
|
class |
RouterInfoHandler
JSON-RPC2 handler for the RouterInfo method.
|
class |
RouterManagerHandler
JSON-RPC2 handler for the RouterManager method.
|