| Package | Description |
|---|---|
| com.thetransactioncompany.jsonrpc2 | Classes to represent, parse and serialise JSON-RPC 2.0 requests,
notifications and responses. |
| 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 | Method and Description |
|---|---|
static JSONRPC2Response | JSONRPC2Response.parse(String jsonString)Parses a JSON-RPC 2.0 response string. |
static JSONRPC2Response | JSONRPC2Response.parse(String jsonString,
boolean preserveOrder)Parses a JSON-RPC 2.0 response string. |
static JSONRPC2Response | JSONRPC2Response.parse(String jsonString,
boolean preserveOrder,
boolean ignoreVersion)Parses a JSON-RPC 2.0 response string. |
static JSONRPC2Response | JSONRPC2Response.parse(String jsonString,
boolean preserveOrder,
boolean ignoreVersion,
boolean parseNonStdAttributes)Parses a JSON-RPC 2.0 response string. |
JSONRPC2Response | JSONRPC2Parser.parseJSONRPC2Response(String jsonString)Parses a JSON-RPC 2.0 response string. |
| Modifier and Type | Method and Description |
|---|---|
JSONRPC2Response | Dispatcher.dispatch(JSONRPC2Request request,
MessageContext requestCtx)Deprecated. |
JSONRPC2Response | Dispatcher.process(JSONRPC2Request request,
MessageContext requestCtx) |
JSONRPC2Response | RequestHandler.process(JSONRPC2Request request,
MessageContext requestCtx)Processes a JSON-RPC 2.0 request. |
| Modifier and Type | Method and Description |
|---|---|
JSONRPC2Response | I2PControlHandler.process(JSONRPC2Request req,
MessageContext ctx)Process an I2PControl request |
JSONRPC2Response | NetworkSettingHandler.process(JSONRPC2Request req,
MessageContext ctx)Process a NetworkSetting request |
JSONRPC2Response | AuthenticateHandler.process(JSONRPC2Request req,
MessageContext ctx)Process an Authenticate request |
JSONRPC2Response | GetRateHandler.process(JSONRPC2Request req,
MessageContext ctx)Process a GetRate request |
JSONRPC2Response | RouterManagerHandler.process(JSONRPC2Request req,
MessageContext ctx)Process a RouterManager request |
JSONRPC2Response | EchoHandler.process(JSONRPC2Request req,
MessageContext ctx)Process an Echo request |
JSONRPC2Response | AdvancedSettingsHandler.process(JSONRPC2Request req,
MessageContext ctx)Process an AdvancedSettings request |
JSONRPC2Response | RouterInfoHandler.process(JSONRPC2Request req,
MessageContext ctx)Process a RouterInfo request |