| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
| Modifier and Type | Method and Description |
|---|---|
static SslOptions.Builder |
SslOptions.builder()
Returns a new
SslOptions.Builder to construct SslOptions. |
SslOptions.Builder |
SslOptions.Builder.jdkSslProvider()
Use the JDK SSL provider for SSL connections.
|
SslOptions.Builder |
SslOptions.Builder.openSslProvider()
Use the OpenSSL provider for SSL connections.
|
SslOptions.Builder |
SslOptions.Builder.truststore(File truststore)
Sets the Truststore file to load trusted certificates.
|
SslOptions.Builder |
SslOptions.Builder.truststore(File truststore,
String truststorePassword)
Sets the Truststore file to load trusted certificates.
|
SslOptions.Builder |
SslOptions.Builder.truststore(URL truststore)
Sets the Truststore resource to load trusted certificates.
|
SslOptions.Builder |
SslOptions.Builder.truststore(URL truststore,
String truststorePassword)
Sets the Truststore resource to load trusted certificates.
|
| Constructor and Description |
|---|
SslOptions(SslOptions.Builder builder) |
Copyright © 2016. All rights reserved.