Uses of Interface
io.helidon.common.tls.TlsManager
Packages that use TlsManager
Package
Description
TLS Configuration for client and server.
TLS Configuration SPI for client and server.
-
Uses of TlsManager in io.helidon.common.tls
Classes in io.helidon.common.tls that implement TlsManagerMethods in io.helidon.common.tls that return TlsManagerModifier and TypeMethodDescriptionTlsConfig.BuilderBase.TlsConfigImpl.manager()TlsConfig.manager()The configured TLS manager.Methods in io.helidon.common.tls that return types with arguments of type TlsManagerMethods in io.helidon.common.tls with parameters of type TlsManagerModifier and TypeMethodDescriptionTlsConfig.BuilderBase.manager(TlsManager manager) The configured TLS manager. -
Uses of TlsManager in io.helidon.common.tls.spi
Subinterfaces with type arguments of type TlsManager in io.helidon.common.tls.spiMethods in io.helidon.common.tls.spi that return TlsManagerModifier and TypeMethodDescriptionstatic <T> TlsManagerTlsManagerProvider.getOrCreate(T configBean, Function<T, TlsManager> creator) Provides the ability to have a uniqueTlsManagerper uniqueConfiginstance provided.Method parameters in io.helidon.common.tls.spi with type arguments of type TlsManagerModifier and TypeMethodDescriptionstatic <T> TlsManagerTlsManagerProvider.getOrCreate(T configBean, Function<T, TlsManager> creator) Provides the ability to have a uniqueTlsManagerper uniqueConfiginstance provided.