Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
com.datastax.driver.dse |
Modifier and Type | Class and Description |
---|---|
class |
JdkSSLOptions
SSLOptions implementation based on built-in JDK classes. |
class |
NettySSLOptions
SSLOptions implementation based on Netty's SSL context. |
Modifier and Type | Method and Description |
---|---|
SSLOptions |
ProtocolOptions.getSSLOptions()
The
SSLOptions used by this cluster. |
Modifier and Type | Method and Description |
---|---|
Cluster.Builder |
Cluster.Builder.withSSL(SSLOptions sslOptions)
Enable the use of SSL for the created
Cluster using the provided options. |
Constructor and Description |
---|
ProtocolOptions(int port,
ProtocolVersion protocolVersion,
int maxSchemaAgreementWaitSeconds,
SSLOptions sslOptions,
AuthProvider authProvider)
Creates a new
ProtocolOptions instance using the provided port
and SSL context. |
Modifier and Type | Method and Description |
---|---|
DseCluster.Builder |
DseCluster.Builder.withSSL(SSLOptions sslOptions) |