| Package | Description |
|---|---|
| org.redisson.client | |
| org.redisson.config |
| Modifier and Type | Method and Description |
|---|---|
SslProvider |
RedisClientConfig.getSslProvider() |
| Modifier and Type | Method and Description |
|---|---|
RedisClientConfig |
RedisClientConfig.setSslProvider(SslProvider sslMode) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
T |
BaseConfig.setSslProvider(SslProvider sslProvider)
Defines SSL provider used to handle SSL connections.
|
Copyright © 2014–2020 Redisson. All rights reserved.