Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
Modifier and Type | Method and Description |
---|---|
SslSettings.Builder |
SslSettings.Builder.applyConnectionString(ConnectionString connectionString)
Take the settings from the given ConnectionString and set them in this builder.
|
static SslSettings.Builder |
SslSettings.builder()
Gets a Builder for creating a new SSLSettings instance.
|
SslSettings.Builder |
SslSettings.Builder.enabled(boolean enabled)
Define whether SSL should be enabled.
|
SslSettings.Builder |
SslSettings.Builder.invalidHostNameAllowed(boolean invalidHostNameAllowed)
Define whether invalid host names should be allowed.
|
Copyright © 2016. All Rights Reserved.