Class GrpcClientConfig.BuilderBase.GrpcClientConfigImpl

java.lang.Object
io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl
All Implemented Interfaces:
io.helidon.builder.api.Prototype.Api, io.helidon.builder.api.Prototype.Factory<GrpcClient>, io.helidon.webclient.api.HttpClientConfig, io.helidon.webclient.api.HttpConfigBase, GrpcClientConfig, Supplier<GrpcClient>
Enclosing class:
GrpcClientConfig.BuilderBase<BUILDER extends GrpcClientConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends GrpcClientConfig>

protected static class GrpcClientConfig.BuilderBase.GrpcClientConfigImpl extends Object implements GrpcClientConfig, Supplier<GrpcClient>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.helidon.webclient.grpc.GrpcClientConfig

    GrpcClientConfig.Builder, GrpcClientConfig.BuilderBase<BUILDER extends GrpcClientConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends GrpcClientConfig>

    Nested classes/interfaces inherited from interface io.helidon.webclient.api.HttpClientConfig

    io.helidon.webclient.api.HttpClientConfig.Builder, io.helidon.webclient.api.HttpClientConfig.BuilderBase<BUILDER extends io.helidon.webclient.api.HttpClientConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends io.helidon.webclient.api.HttpClientConfig>

    Nested classes/interfaces inherited from interface io.helidon.webclient.api.HttpConfigBase

    io.helidon.webclient.api.HttpConfigBase.Builder, io.helidon.webclient.api.HttpConfigBase.BuilderBase<BUILDER extends io.helidon.webclient.api.HttpConfigBase.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends io.helidon.webclient.api.HttpConfigBase>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Create an instance providing a builder.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    A ClientUriSupplier that can dynamically provide zero or more ClientUris to connect.
    default io.helidon.http.ClientRequestHeaders
     
    boolean
    Whether to collect metrics for gRPC client calls.
    boolean
     
    get()
     
    gRPC client services.
    int
     
    gRPC specific configuration.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface io.helidon.webclient.api.HttpClientConfig

    baseFragment, baseQuery, baseUri, connectionCacheSize, contentEncoding, cookieManager, defaultHeadersMap, dnsAddressLookup, dnsResolver, executor, headers, maxInMemoryEntity, mediaContext, mediaSupports, mediaTypeParserMode, readContinueTimeout, relativeUris, sendExpectContinue, services, shareConnectionCache, socketOptions, writeBufferSize

    Methods inherited from interface io.helidon.webclient.api.HttpConfigBase

    connectTimeout, followRedirects, keepAlive, maxRedirects, properties, proxy, readTimeout, tls