Uses of Interface
io.helidon.webserver.jsonrpc.JsonRpcHandlers
Packages that use JsonRpcHandlers
-
Uses of JsonRpcHandlers in io.helidon.webserver.jsonrpc
Classes in io.helidon.webserver.jsonrpc with type parameters of type JsonRpcHandlersModifier and TypeClassDescriptionstatic class
JsonRpcHandlers.BuilderBase<BUILDER extends JsonRpcHandlers.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JsonRpcHandlers> Fluent API builder base forJsonRpcHandlers
.Classes in io.helidon.webserver.jsonrpc that implement JsonRpcHandlersModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.jsonrpc that return JsonRpcHandlersModifier and TypeMethodDescriptionJsonRpcHandlers.Builder.build()
JsonRpcHandlers.Builder.buildPrototype()
static JsonRpcHandlers
JsonRpcHandlers.create()
Create a new instance with default values.Methods in io.helidon.webserver.jsonrpc with parameters of type JsonRpcHandlersModifier and TypeMethodDescriptionstatic JsonRpcHandlers.Builder
JsonRpcHandlers.builder
(JsonRpcHandlers instance) Create a new fluent API builder from an existing instance.JsonRpcHandlers.BuilderBase.from
(JsonRpcHandlers prototype) Update this builder from an existing prototype instance.JsonRpcRouting.Builder.register
(String pathPattern, JsonRpcHandlers handlers) Register JSON-RPC handlers directly without implementing aJsonRpcService
.JsonRpcRules.register
(String pathPattern, JsonRpcHandlers handlers) Register JSON-RPC handlers on a given path pattern.