Uses of Enum Class
com.loomcache.common.config.TlsProvider
Packages that use TlsProvider
-
Uses of TlsProvider in com.loomcache.common.config
Subclasses with type arguments of type TlsProvider in com.loomcache.common.configMethods in com.loomcache.common.config that return TlsProviderModifier and TypeMethodDescriptionstatic TlsProviderTlsProvider.fromConfigValue(String value) TlsConfig.provider()Get the TLS provider.static TlsProviderReturns the enum constant of this class with the specified name.static TlsProvider[]TlsProvider.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.common.config with parameters of type TlsProviderModifier and TypeMethodDescriptionTlsConfig.Builder.provider(TlsProvider provider) Set the TLS provider.