Uses of Class
com.datastax.driver.core.SSLOptions

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 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)
          Creates a new ProtocolOptions instance using the provided port and SSL context.
 



Copyright © 2013. All Rights Reserved.