public class AdvancedSettingsHandler extends Object implements RequestHandler
| Constructor and Description |
|---|
AdvancedSettingsHandler(RouterContext ctx,
JSONRPC2Helper helper)Constructor for advanced settings handler. |
| Modifier and Type | Method and Description |
|---|---|
String[] | handledRequests()Requests handled by this handler. |
JSONRPC2Response | process(JSONRPC2Request req,
MessageContext ctx)Process an AdvancedSettings request |
public AdvancedSettingsHandler(RouterContext ctx, JSONRPC2Helper helper)
ctx - router contexthelper - JSON-RPC helper instancepublic String[] handledRequests()
handledRequests in interface RequestHandlerpublic JSONRPC2Response process(JSONRPC2Request req, MessageContext ctx)
process in interface RequestHandlerreq - A valid JSON-RPC 2.0 request instance. Must not be
null.ctx - Context information about the request message, may
be null if undefined.