Uses of Class
com.thetransactioncompany.jsonrpc2.server.MessageContext
Packages that use MessageContext
Package
Description
Simple server framework for processing JSON-RPC 2.0 requests and
notifications.
-
Uses of MessageContext in com.thetransactioncompany.jsonrpc2.server
Methods in com.thetransactioncompany.jsonrpc2.server with parameters of type MessageContextModifier and TypeMethodDescriptionvoid
Dispatcher.dispatch
(JSONRPC2Notification notification, MessageContext notificationCtx) Deprecated.Dispatcher.dispatch
(JSONRPC2Request request, MessageContext requestCtx) Deprecated.void
Dispatcher.process
(JSONRPC2Notification notification, MessageContext notificationCtx) Dispatcher.process
(JSONRPC2Request request, MessageContext requestCtx) void
NotificationHandler.process
(JSONRPC2Notification notification, MessageContext notificationCtx) Processes a JSON-RPC 2.0 notification.RequestHandler.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 MessageContextModifier 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)