Uses of Class
io.helidon.common.tls.Tls
Package
Description
TLS Configuration for client and server.
Client gRPC microprofile classes.
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
Modifier and TypeMethodDescriptionTlsConfig.Builder.build()
TlsConfig.BuilderBase.TlsConfigImpl.build()
static Tls
Create TLS configuration from config.static Tls
Create TLS with custom configuration.static Tls
Tls.create
(Consumer<TlsConfig.Builder> consumer) Create TLS customizing its configuration.TlsConfig.BuilderBase.TlsConfigImpl.get()
Modifier and TypeMethodDescriptionvoid
void
Reload reloadableTlsReloadableComponent
s with the new configuration.void
This method will multiplex the call to allTlsReloadableComponent
s that are being managed by this manager. -
Uses of Tls in io.helidon.microprofile.grpc.client
-
Uses of Tls in io.helidon.webclient.api
Modifier and TypeMethodDescriptionClientRequestBase.tls()
ConnectionKey.tls()
Returns the value of thetls
record component.FullClientRequest.tls()
TLS configuration (may be disabled - e.g.HttpConfigBase.BuilderBase.HttpConfigBaseImpl.tls()
Modifier and TypeMethodDescriptionHttpConfigBase.BuilderBase.tls()
TLS configuration for any TLS request from this client.Modifier and TypeMethodDescriptionTLS configuration for this specific request.TLS configuration for any TLS request from this client.Modifier and TypeMethodDescriptionTLS configuration for any TLS request from this client.ModifierConstructorDescriptionConnectionKey
(String scheme, String host, int port, Duration readTimeout, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, Proxy proxy) Creates an instance of aConnectionKey
record class. -
Uses of Tls in io.helidon.webserver
Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.ListenerConfigImpl.tls()
ListenerConfig.BuilderBase.tls()
Listener TLS configuration.Modifier and TypeMethodDescriptiondefault void
Reload TLS keystore and truststore configuration for the default socket.void
Reload TLS keystore and truststore configuration for the named socket.Listener TLS configuration.