Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteEndpointAwareSSLOptions
Child interface to
SSLOptions with the possibility to pass remote endpoint data when
instantiating SslHandler s. |
Modifier and Type | Class and Description |
---|---|
class |
JdkSSLOptions
Deprecated.
Use
RemoteEndpointAwareJdkSSLOptions instead. |
class |
NettySSLOptions
Deprecated.
Use
RemoteEndpointAwareNettySSLOptions instead. |
class |
RemoteEndpointAwareJdkSSLOptions
RemoteEndpointAwareSSLOptions implementation based on built-in JDK classes. |
class |
RemoteEndpointAwareNettySSLOptions
RemoteEndpointAwareSSLOptions 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. |
ProtocolOptions(int port,
ProtocolVersion protocolVersion,
int maxSchemaAgreementWaitSeconds,
SSLOptions sslOptions,
AuthProvider authProvider,
boolean noCompact)
Creates a new
ProtocolOptions instance using the provided port and SSL context. |
Copyright © 2012–2018. All rights reserved.