Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Class and Description |
---|---|
static class |
RemoteEndpointAwareJdkSSLOptions.Builder
Helper class to build JDK-based SSL options.
|
Modifier and Type | Method and Description |
---|---|
static JdkSSLOptions.Builder |
JdkSSLOptions.builder()
Deprecated.
Creates a builder to create a new instance.
|
JdkSSLOptions.Builder |
JdkSSLOptions.Builder.withCipherSuites(String[] cipherSuites)
Set the cipher suites to use.
|
JdkSSLOptions.Builder |
JdkSSLOptions.Builder.withSSLContext(SSLContext context)
Set the SSL context to use.
|
Copyright © 2012–2017. All rights reserved.