Uses of Class
com.thetransactioncompany.jsonrpc2.JSONRPC2Request
- 
Packages that use JSONRPC2Request 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 
- 
- 
Uses of JSONRPC2Request in com.thetransactioncompany.jsonrpc2Methods in com.thetransactioncompany.jsonrpc2 that return JSONRPC2Request Modifier and Type Method Description static JSONRPC2RequestJSONRPC2Request. parse(String jsonString)Parses a JSON-RPC 2.0 request string.static JSONRPC2RequestJSONRPC2Request. parse(String jsonString, boolean preserveOrder)Parses a JSON-RPC 2.0 request string.static JSONRPC2RequestJSONRPC2Request. parse(String jsonString, boolean preserveOrder, boolean ignoreVersion)Parses a JSON-RPC 2.0 request string.static JSONRPC2RequestJSONRPC2Request. parse(String jsonString, boolean preserveOrder, boolean ignoreVersion, boolean parseNonStdAttributes)Parses a JSON-RPC 2.0 request string.JSONRPC2RequestJSONRPC2Parser. parseJSONRPC2Request(String jsonString)Parses a JSON-RPC 2.0 request string.
- 
Uses of JSONRPC2Request in com.thetransactioncompany.jsonrpc2.serverMethods in com.thetransactioncompany.jsonrpc2.server with parameters of type JSONRPC2Request Modifier and Type Method Description JSONRPC2ResponseDispatcher. dispatch(JSONRPC2Request request, MessageContext requestCtx)Deprecated.JSONRPC2ResponseDispatcher. process(JSONRPC2Request request, MessageContext requestCtx)JSONRPC2ResponseRequestHandler. process(JSONRPC2Request request, MessageContext requestCtx)Processes a JSON-RPC 2.0 request.
- 
Uses of JSONRPC2Request in net.i2p.i2pcontrol.servlets.jsonrpc2handlersMethods in net.i2p.i2pcontrol.servlets.jsonrpc2handlers with parameters of type JSONRPC2Request Modifier and Type Method Description JSONRPC2ResponseAdvancedSettingsHandler. process(JSONRPC2Request req, MessageContext ctx)JSONRPC2ResponseAuthenticateHandler. process(JSONRPC2Request req, MessageContext ctx)JSONRPC2ResponseEchoHandler. process(JSONRPC2Request req, MessageContext ctx)JSONRPC2ResponseGetRateHandler. process(JSONRPC2Request req, MessageContext ctx)JSONRPC2ResponseI2PControlHandler. process(JSONRPC2Request req, MessageContext ctx)JSONRPC2ResponseNetworkSettingHandler. process(JSONRPC2Request req, MessageContext ctx)JSONRPC2ResponseRouterInfoHandler. process(JSONRPC2Request req, MessageContext ctx)JSONRPC2ResponseRouterManagerHandler. process(JSONRPC2Request req, MessageContext ctx)JSONRPC2ErrorJSONRPC2Helper. validateParams(String[] requiredArgs, JSONRPC2Request req)Check incoming request for required arguments, to make sure they are valid.JSONRPC2ErrorJSONRPC2Helper. validateParams(String[] requiredArgs, JSONRPC2Request req, Boolean useAuth)Check incoming request for required arguments, to make sure they are valid.
 
-