Uses of Enum
org.redisson.config.SslProvider
Packages that use SslProvider
-
Uses of SslProvider in org.redisson.client
Methods in org.redisson.client that return SslProviderMethods in org.redisson.client with parameters of type SslProvider -
Uses of SslProvider in org.redisson.config
Methods in org.redisson.config that return SslProviderModifier and TypeMethodDescriptionBaseConfig.getSslProvider()static SslProviderReturns the enum constant of this type with the specified name.static SslProvider[]SslProvider.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.config with parameters of type SslProviderModifier and TypeMethodDescriptionBaseConfig.setSslProvider(SslProvider sslProvider) Defines SSL provider used to handle SSL connections.