Uses of Interface
com.thetransactioncompany.jsonrpc2.server.RequestHandler
Packages that use RequestHandler
Package
Description
Simple server framework for processing JSON-RPC 2.0 requests and
notifications.
-
Uses of RequestHandler in com.thetransactioncompany.jsonrpc2.server
Classes in com.thetransactioncompany.jsonrpc2.server that implement RequestHandlerModifier and TypeClassDescriptionclass
Dispatcher for JSON-RPC 2.0 requests and notifications.Methods in com.thetransactioncompany.jsonrpc2.server that return RequestHandlerModifier and TypeMethodDescriptionDispatcher.getRequestHandler
(String requestName) Gets the handler for the specified JSON-RPC 2.0 request name.Methods in com.thetransactioncompany.jsonrpc2.server with parameters of type RequestHandlerModifier and TypeMethodDescriptionvoid
Dispatcher.register
(RequestHandler handler) Registers a new JSON-RPC 2.0 request handler. -
Uses of RequestHandler in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
Classes in net.i2p.i2pcontrol.servlets.jsonrpc2handlers that implement RequestHandlerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class