Uses of Class
com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Package
Description
Classes to represent, parse and serialise JSON-RPC 2.0 requests,
notifications and responses.
Simple server framework for processing JSON-RPC 2.0 requests and
notifications.
-
Uses of JSONRPC2Response in com.thetransactioncompany.jsonrpc2
Modifier and TypeMethodDescriptionstatic JSONRPC2Response
Parses a JSON-RPC 2.0 response string.static JSONRPC2Response
Parses a JSON-RPC 2.0 response string.static JSONRPC2Response
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.JSONRPC2Parser.parseJSONRPC2Response
(String jsonString) Parses a JSON-RPC 2.0 response string. -
Uses of JSONRPC2Response in com.thetransactioncompany.jsonrpc2.server
Modifier and TypeMethodDescriptionDispatcher.dispatch
(JSONRPC2Request request, MessageContext requestCtx) Deprecated.Dispatcher.process
(JSONRPC2Request request, MessageContext requestCtx) RequestHandler.process
(JSONRPC2Request request, MessageContext requestCtx) Processes a JSON-RPC 2.0 request. -
Uses of JSONRPC2Response in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
Modifier and TypeMethodDescriptionAdvancedSettingsHandler.process
(JSONRPC2Request req, MessageContext ctx) AuthenticateHandler.process
(JSONRPC2Request req, MessageContext ctx) EchoHandler.process
(JSONRPC2Request req, MessageContext ctx) GetRateHandler.process
(JSONRPC2Request req, MessageContext ctx) I2PControlHandler.process
(JSONRPC2Request req, MessageContext ctx) NetworkSettingHandler.process
(JSONRPC2Request req, MessageContext ctx) RouterInfoHandler.process
(JSONRPC2Request req, MessageContext ctx) RouterManagerHandler.process
(JSONRPC2Request req, MessageContext ctx)