| 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 | DispatcherDispatcher 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 | AdvancedSettingsHandlerJSON-RPC handler for advanced router settings. |
class | AuthenticateHandlerJSON-RPC handler for authentication requests. |
class | EchoHandlerJSON-RPC2 handler for the Echo method. |
class | GetRateHandlerJSON-RPC2 handler for the GetRate method. |
class | I2PControlHandlerJSON-RPC2 handler for the I2PControl method. |
class | NetworkSettingHandlerJSON-RPC2 handler for the NetworkSetting method. |
class | RouterInfoHandlerJSON-RPC2 handler for the RouterInfo method. |
class | RouterManagerHandlerJSON-RPC2 handler for the RouterManager method. |