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 TlsCreate TLS configuration from config.static TlsTls.create(io.helidon.common.tls.TlsConfig tlsConfig) Create TLS with custom configuration.static TlsCreate TLS customizing its configuration.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.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 aConnectionKeyrecord class. -
Uses of Tls in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type Tls