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 TypeMethodDescriptionstatic Tls
Create TLS configuration from config.static Tls
Tls.create
(io.helidon.common.tls.TlsConfig tlsConfig) Create TLS with custom configuration.static Tls
Create TLS customizing its configuration.Methods in io.helidon.common.tls with parameters of type TlsModifier 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.webclient.api
Methods in io.helidon.webclient.api that return TlsModifier and TypeMethodDescriptionClientRequestBase.tls()
ConnectionKey.tls()
Returns the value of thetls
record component.FullClientRequest.tls()
TLS configuration (may be disabled - e.g.Methods in io.helidon.webclient.api with parameters of type TlsModifier and TypeMethodDescriptionTLS configuration for this specific request.Constructors in io.helidon.webclient.api with parameters of type TlsModifierConstructorDescriptionConnectionKey
(String scheme, String host, int port, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, Proxy proxy) Creates an instance of aConnectionKey
record class. -
Uses of Tls in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type Tls