Uses of Interface
io.helidon.webclient.api.SniConfig
Packages that use SniConfig
-
Uses of SniConfig in io.helidon.webclient.api
Classes in io.helidon.webclient.api with type parameters of type SniConfigModifier and TypeClassDescriptionstatic classSniConfig.BuilderBase<BUILDER extends SniConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends SniConfig>Fluent API builder base forSniConfig.Classes in io.helidon.webclient.api that implement SniConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type SniConfig in io.helidon.webclient.apiClasses in io.helidon.webclient.api that implement interfaces with type arguments of type SniConfigMethods in io.helidon.webclient.api that return SniConfigModifier and TypeMethodDescriptionSniConfig.Builder.build()Create an instance from this builder.SniConfig.Builder.buildPrototype()Create an instance of the prototype.static SniConfigSniConfig.create()Create a new instance with default values.static SniConfigCreate a new instance from configuration.Methods in io.helidon.webclient.api that return types with arguments of type SniConfigModifier and TypeMethodDescriptionClientRequestBase.sni()FullClientRequest.sni()Request-level SNI configuration.HttpClientConfig.BuilderBase.HttpClientConfigImpl.sni()HttpClientConfig.BuilderBase.sni()Client-side TLS SNI configuration.HttpClientConfig.sni()Client-side TLS SNI configuration.Methods in io.helidon.webclient.api with parameters of type SniConfigModifier and TypeMethodDescriptionstatic SniConfig.BuilderCreate a new fluent API builder from an existing instance.static ConnectionKeyConnectionKey.create(ClientUri uri, SniConfig sni, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, Proxy proxy, ClientRequestHeaders headers) Create new instance of theConnectionKey.static ConnectionKeyConnectionKey.createUnixDomainSocket(ClientUri uri, SniConfig sni, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, UnixDomainSocketAddress address, ClientRequestHeaders headers) Create new instance of theConnectionKeyfor a Unix domain socket transport.Update this builder from an existing prototype instance.default TConfigure client-side TLS SNI for this request.Client-side TLS SNI configuration.Method parameters in io.helidon.webclient.api with type arguments of type SniConfig