Uses of Class
org.redisson.config.SslProvider
-
Packages that use SslProvider Package Description org.redisson.client org.redisson.config -
-
Uses of SslProvider in org.redisson.client
Methods in org.redisson.client that return SslProvider Modifier and Type Method Description SslProvider
RedisClientConfig. getSslProvider()
Methods in org.redisson.client with parameters of type SslProvider Modifier and Type Method Description RedisClientConfig
RedisClientConfig. setSslProvider(SslProvider sslMode)
-
Uses of SslProvider in org.redisson.config
Methods in org.redisson.config that return SslProvider Modifier and Type Method Description SslProvider
BaseConfig. getSslProvider()
static SslProvider
SslProvider. valueOf(String name)
Returns 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 SslProvider Modifier and Type Method Description T
BaseConfig. setSslProvider(SslProvider sslProvider)
Defines SSL provider used to handle SSL connections.
-