Module io.helidon.webserver.jsonrpc
Package io.helidon.webserver.jsonrpc
package io.helidon.webserver.jsonrpc
Helidon WebServer JSON-RPC Support.
-
ClassDescriptionA JSON-RPC handler that can process invalid requests if registered.An exception handler that can be registered to map exceptions thrown in method handlers to
JsonRpcError
s.A JSON-RPC handler that can process a request and produce a response.Blueprint for JSON-RPC handlers.Fluent API builder forJsonRpcHandlers
.JsonRpcHandlers.BuilderBase<BUILDER extends JsonRpcHandlers.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends JsonRpcHandlers> Fluent API builder base forJsonRpcHandlers
.Generated implementation of the prototype, can be extended by descendant prototype implementations.A representation of a JSON-RPC request.A representation of a JSON-RPC response.JSON-RPC routing is an HTTP Service, as it is based on HTTP protocol.Builder forJsonRpcRouting
.The JSON-RPC rules on which handlers can be registered.An interface that must be implemented by all JSON-RPC services.