See: Description
| Class | Description |
|---|---|
| AdvancedSettingsHandler | JSON-RPC handler for advanced router settings. |
| AuthenticateHandler | JSON-RPC handler for authentication requests. |
| EchoHandler | JSON-RPC2 handler for the Echo method. |
| GetRateHandler | JSON-RPC2 handler for the GetRate method. |
| I2PControlHandler | JSON-RPC2 handler for the I2PControl method. |
| JSONRPC2Helper | Helper utility class for I2PControl JSON-RPC2 handlers. |
| NetworkSettingHandler | JSON-RPC2 handler for the NetworkSetting method. |
| RouterInfoHandler | JSON-RPC2 handler for the RouterInfo method. |
| RouterManagerHandler | JSON-RPC2 handler for the RouterManager method. |
| RouterManagerHandler.UpdateWrapperManagerTask | Task to update the wrapper manager with a specific exit code |
| Exception | Description |
|---|---|
| JSONRPC2ExtendedError | Represents a JSON-RPC 2.0 error that occured during the processing of a
request. |
JSON-RPC 2.0 handlers for I2P Control API methods.
This package contains specific handlers for different JSON-RPC 2.0 method calls in the I2P Control API. Each handler is responsible for processing specific API requests and returning appropriate responses.
I2PControlHandler - Base class for I2P Control handlersRouterManagerHandler - Router management operationsNetworkSettingHandler - Network configurationRouterInfoHandler - Router informationGetRateHandler - Performance statisticsAdvancedSettingsHandler - Advanced configurationAuthenticateHandler - AuthenticationEchoHandler - Testing/echo functionalitynet.i2p.i2pcontrol.servlets - Parent servlet packagenet.i2p.i2pcontrol.security - Authentication and securitySince 0.9.10