Package | Description |
---|---|
com.datastax.oss.driver.api.core.context | |
com.datastax.oss.driver.api.core.session | |
com.datastax.oss.driver.api.core.ssl |
Support for secured communication between the driver and Cassandra nodes.
|
Modifier and Type | Method and Description |
---|---|
Optional<SslEngineFactory> |
DriverContext.getSslEngineFactory() |
Modifier and Type | Method and Description |
---|---|
SslEngineFactory |
ProgrammaticArguments.getSslEngineFactory() |
Modifier and Type | Method and Description |
---|---|
SelfT |
SessionBuilder.withSslEngineFactory(SslEngineFactory sslEngineFactory)
Registers an SSL engine factory for the session.
|
ProgrammaticArguments.Builder |
ProgrammaticArguments.Builder.withSslEngineFactory(SslEngineFactory sslEngineFactory) |
Modifier and Type | Class and Description |
---|---|
class |
ProgrammaticSslEngineFactory
An SSL engine factory that allows you to configure the driver programmatically, by passing your
own
SSLContext . |
Copyright © 2017–2024. All rights reserved.