Uses of Interface
io.helidon.webclient.jsonrpc.JsonRpcClient
Packages that use JsonRpcClient
-
Uses of JsonRpcClient in io.helidon.webclient.jsonrpc
Classes in io.helidon.webclient.jsonrpc that implement interfaces with type arguments of type JsonRpcClientModifier and TypeClassDescriptionstatic classFluent API builder forJsonRpcClient.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.classProvider forJsonRpcClient.Fields in io.helidon.webclient.jsonrpc with type parameters of type JsonRpcClientModifier and TypeFieldDescriptionstatic final Protocol<JsonRpcClient, JsonRpcClientProtocolConfig> JsonRpcClient.PROTOCOLProtocol to use to get an instance of JSON-RPC specific client fromWebClient.client(io.helidon.webclient.spi.Protocol).Methods in io.helidon.webclient.jsonrpc that return JsonRpcClientModifier and TypeMethodDescriptionJsonRpcClientConfig.Builder.build()Create an instance from this builder.JsonRpcClientConfig.BuilderBase.JsonRpcClientConfigImpl.build()Create a new runtime instance from this prototype.static JsonRpcClientJsonRpcClient.create()Create a new instance with default configuration.static JsonRpcClientJsonRpcClient.create(JsonRpcClientConfig clientConfig) Create a new instance with custom configuration.static JsonRpcClientJsonRpcClient.create(Consumer<JsonRpcClientConfig.Builder> consumer) Create a new instance customizing its configuration.JsonRpcClientConfig.BuilderBase.JsonRpcClientConfigImpl.get()JsonRpcProtocolProvider.protocol(WebClient client, JsonRpcClientProtocolConfig config)