Class SSLOptionsFactory
java.lang.Object
org.synchronoss.cpo.cassandra.config.SSLOptionsFactory
- All Implemented Interfaces:
FactoryMethodName
FactoryMethod for creating a Cassandra SslEngineFactory
- Author:
- dberry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract com.datastax.oss.driver.api.core.ssl.SslEngineFactoryCreate the SslEngineFactoryGet the factory method name
-
Constructor Details
-
SSLOptionsFactory
public SSLOptionsFactory()Constructs a SSLOptionsFactory
-
-
Method Details
-
getFactoryMethodName
Get the factory method name- Specified by:
getFactoryMethodNamein interfaceFactoryMethodName- Returns:
- The method name
-
createSSLOptions
public abstract com.datastax.oss.driver.api.core.ssl.SslEngineFactory createSSLOptions()Create the SslEngineFactory- Returns:
- The SslEngineFactory
-