Uses of Class
io.helidon.nima.common.tls.Tls
Packages that use Tls
Package
Description
TLS Configuration for client and server.
WebClient APIs shared by all types of clients.
NĂma WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of Tls in io.helidon.nima.common.tls
Methods in io.helidon.nima.common.tls that return TlsModifier and TypeMethodDescriptionTls.Builder.build()static TlsCreate TLS configuration from config.Methods in io.helidon.nima.common.tls with parameters of type Tls -
Uses of Tls in io.helidon.nima.webclient
Methods in io.helidon.nima.webclient that return TlsMethods in io.helidon.nima.webclient 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.nima.webclient with type arguments of type Tls -
Uses of Tls in io.helidon.nima.webserver
Methods in io.helidon.nima.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.Configure TLS for the default socket.