Uses of Interface
io.helidon.webclient.jsonrpc.JsonRpcClientConfig
Packages that use JsonRpcClientConfig
-
Uses of JsonRpcClientConfig in io.helidon.webclient.jsonrpc
Classes in io.helidon.webclient.jsonrpc with type parameters of type JsonRpcClientConfigModifier and TypeClassDescriptionstatic classJsonRpcClientConfig.BuilderBase<BUILDER extends JsonRpcClientConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends JsonRpcClientConfig>Fluent API builder base forJsonRpcClientConfig.Classes in io.helidon.webclient.jsonrpc that implement JsonRpcClientConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type JsonRpcClientConfig in io.helidon.webclient.jsonrpcSubinterfaces with type arguments of type JsonRpcClientConfig in io.helidon.webclient.jsonrpcMethods in io.helidon.webclient.jsonrpc that return JsonRpcClientConfigModifier and TypeMethodDescriptionJsonRpcClientConfig.Builder.buildPrototype()Create an instance of the prototype.static JsonRpcClientConfigJsonRpcClientConfig.create()Create a new instance with default values.static JsonRpcClientConfigCreate a new instance from configuration.Methods in io.helidon.webclient.jsonrpc with parameters of type JsonRpcClientConfigModifier and TypeMethodDescriptionstatic JsonRpcClientConfig.BuilderJsonRpcClientConfig.builder(JsonRpcClientConfig instance) Create a new fluent API builder from an existing instance.static JsonRpcClientJsonRpcClient.create(JsonRpcClientConfig clientConfig) Create a new instance with custom configuration.JsonRpcClientConfig.BuilderBase.from(JsonRpcClientConfig prototype) Update this builder from an existing prototype instance.