Uses of Class
com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Packages that use JSONRPC2Request
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 JSONRPC2Request in com.thetransactioncompany.jsonrpc2
Methods in com.thetransactioncompany.jsonrpc2 that return JSONRPC2RequestModifier and TypeMethodDescriptionstatic JSONRPC2Request
Parses a JSON-RPC 2.0 request string.static JSONRPC2Request
Parses a JSON-RPC 2.0 request string.static JSONRPC2Request
Parses a JSON-RPC 2.0 request string.static JSONRPC2Request
JSONRPC2Request.parse
(String jsonString, boolean preserveOrder, boolean ignoreVersion, boolean parseNonStdAttributes) Parses a JSON-RPC 2.0 request string.JSONRPC2Parser.parseJSONRPC2Request
(String jsonString) Parses a JSON-RPC 2.0 request string. -
Uses of JSONRPC2Request in com.thetransactioncompany.jsonrpc2.server
Methods in com.thetransactioncompany.jsonrpc2.server with parameters of type JSONRPC2RequestModifier 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 JSONRPC2Request in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
Methods in net.i2p.i2pcontrol.servlets.jsonrpc2handlers with parameters of type JSONRPC2RequestModifier 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) JSONRPC2Helper.validateParams
(String[] requiredArgs, JSONRPC2Request req) Check incoming request for required arguments, to make sure they are valid.JSONRPC2Helper.validateParams
(String[] requiredArgs, JSONRPC2Request req, Boolean useAuth) Check incoming request for required arguments, to make sure they are valid.