Uses of Class
io.helidon.common.tls.Tls
Packages that use 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
Methods in io.helidon.common.tls that return TlsModifier 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()
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.microprofile.grpc.client
Methods in io.helidon.microprofile.grpc.client that return types with arguments of type TlsModifier and TypeMethodDescriptionGrpcChannelDescriptor.BuilderBase.GrpcChannelDescriptorImpl.tls()
GrpcChannelDescriptor.BuilderBase.tls()
TLS configuration for the connection.Methods in io.helidon.microprofile.grpc.client with parameters of type Tls -
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.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 aConnectionKey
record 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 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.