Uses of Class
io.helidon.common.tls.Tls
Packages that use Tls
Package
Description
TLS Configuration for client and server.
Helidon WebClient APIs shared by all types of clients.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of Tls in io.helidon.common.tls
Methods in io.helidon.common.tls that return TlsModifier and TypeMethodDescriptionTlsConfig.Builder.build()TlsConfig.BuilderBase.TlsConfigImpl.build()static TlsCreate TLS configuration from config.static TlsCreate TLS with custom configuration.static TlsTls.create(Consumer<TlsConfig.Builder> consumer) Create TLS customizing its configuration.TlsConfig.BuilderBase.TlsConfigImpl.get()Methods in io.helidon.common.tls with parameters of type TlsModifier and TypeMethodDescriptionvoidvoidReload reloadableTlsReloadableComponents with the new configuration.voidThis method will multiplex the call to allTlsReloadableComponents that are being managed by this manager. -
Uses of Tls in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return TlsModifier and TypeMethodDescriptionClientRequestBase.tls()ConnectionKey.tls()Returns the value of thetlsrecord component.FullClientRequest.tls()TLS configuration (may be disabled - e.g.HttpConfigBase.BuilderBase.HttpConfigBaseImpl.tls()Methods in io.helidon.webclient.api that return types with arguments of type TlsModifier and TypeMethodDescriptionHttpConfigBase.BuilderBase.tls()TLS configuration for any TLS request from this client.Methods in io.helidon.webclient.api with parameters of type TlsModifier and TypeMethodDescriptionTLS configuration for this specific request.TLS configuration for any TLS request from this client.Method parameters in io.helidon.webclient.api with type arguments of type TlsModifier and TypeMethodDescriptionTLS configuration for any TLS request from this client.Constructors in io.helidon.webclient.api with parameters of type TlsModifierConstructorDescriptionConnectionKey(String scheme, String host, int port, Duration readTimeout, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, Proxy proxy) Creates an instance of aConnectionKeyrecord class. -
Uses of Tls in io.helidon.webserver
Methods in io.helidon.webserver that return types with arguments of type TlsModifier and TypeMethodDescriptionListenerConfig.BuilderBase.ListenerConfigImpl.tls()ListenerConfig.BuilderBase.tls()Listener TLS configuration.Methods in io.helidon.webserver with parameters of type TlsModifier and TypeMethodDescriptiondefault voidReload TLS keystore and truststore configuration for the default socket.voidReload TLS keystore and truststore configuration for the named socket.Listener TLS configuration.