|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLOptions | |
---|---|
com.datastax.driver.core | The main package for the DataStax Java driver for Cassandra. |
Uses of SSLOptions in com.datastax.driver.core |
---|
Methods in com.datastax.driver.core that return SSLOptions | |
---|---|
SSLOptions |
ProtocolOptions.getSSLOptions()
The SSLOptions used by this cluster. |
Methods in com.datastax.driver.core with parameters of type SSLOptions | |
---|---|
Cluster.Builder |
Cluster.Builder.withSSL(SSLOptions sslOptions)
Enable the use of SSL for the created Cluster using the provided options. |
Constructors in com.datastax.driver.core with parameters of type SSLOptions | |
---|---|
ProtocolOptions(int port,
SSLOptions sslOptions,
AuthProvider authProvider)
Creates a new ProtocolOptions instance using the provided port
and SSL context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |