java.lang.Object
io.helidon.webserver.jsonrpc.JsonRpcRouting
- All Implemented Interfaces:
HttpService
,ServerLifecycle
JSON-RPC routing is an HTTP Service, as it is based on HTTP protocol.
Simply register it with HTTP routing under a desired path.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic JsonRpcRouting.Builder
builder()
Return a builder for this class.void
Updates the routing to add handlers of this service.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.helidon.webserver.ServerLifecycle
afterStart, afterStop, beforeStart
-
Method Details
-
builder
Return a builder for this class.- Returns:
- a new builder
-
routing
Description copied from interface:HttpService
Updates the routing to add handlers of this service.- Specified by:
routing
in interfaceHttpService
- Parameters:
httpRules
- to update
-