Uses of Class
com.thetransactioncompany.jsonrpc2.server.MessageContext
-
Packages that use MessageContext Package Description com.thetransactioncompany.jsonrpc2.server Simple server framework for processing JSON-RPC 2.0 requests and notifications.net.i2p.i2pcontrol.servlets.jsonrpc2handlers -
-
Uses of MessageContext in com.thetransactioncompany.jsonrpc2.server
Methods in com.thetransactioncompany.jsonrpc2.server with parameters of type MessageContext Modifier and Type Method Description voidDispatcher. dispatch(JSONRPC2Notification notification, MessageContext notificationCtx)Deprecated.JSONRPC2ResponseDispatcher. dispatch(JSONRPC2Request request, MessageContext requestCtx)Deprecated.voidDispatcher. process(JSONRPC2Notification notification, MessageContext notificationCtx)JSONRPC2ResponseDispatcher. process(JSONRPC2Request request, MessageContext requestCtx)voidNotificationHandler. process(JSONRPC2Notification notification, MessageContext notificationCtx)Processes a JSON-RPC 2.0 notification.JSONRPC2ResponseRequestHandler. process(JSONRPC2Request request, MessageContext requestCtx)Processes a JSON-RPC 2.0 request. -
Uses of MessageContext in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
Methods in net.i2p.i2pcontrol.servlets.jsonrpc2handlers with parameters of type MessageContext 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)
-