Uses of Interface
io.helidon.webserver.jsonrpc.JsonRpcRequest
Packages that use JsonRpcRequest
-
Uses of JsonRpcRequest in io.helidon.webserver.jsonrpc
Methods in io.helidon.webserver.jsonrpc with parameters of type JsonRpcRequestModifier and TypeMethodDescriptionJsonRpcExceptionHandler.handle(JsonRpcRequest req, JsonRpcResponse res, Throwable throwable) Handler for exceptions thrown in JSON-RPC method handlers.voidJsonRpcHandler.handle(JsonRpcRequest req, JsonRpcResponse res) Handler for a JSON-RPC call.