public static class CouchDbOptions.CouchDbConfigurationOptions extends Object
| Modifier and Type | Method and Description |
|---|---|
CouchDbOptions |
build() |
CouchDbOptions.CouchDbConfigurationOptions |
caching(Boolean caching) |
CouchDbOptions.CouchDbConfigurationOptions |
enableSsl(Boolean enableSsl) |
CouchDbOptions.CouchDbConfigurationOptions |
password(String password) |
CouchDbOptions.CouchDbConfigurationOptions |
relaxedSsl(Boolean relaxedSsl) |
CouchDbOptions.CouchDbConfigurationOptions |
sslFactorySocket(org.apache.http.conn.ssl.SSLSocketFactory sslSocketFactory) |
CouchDbOptions.CouchDbConfigurationOptions |
username(String username) |
public CouchDbOptions.CouchDbConfigurationOptions username(String username)
public CouchDbOptions.CouchDbConfigurationOptions password(String password)
public CouchDbOptions.CouchDbConfigurationOptions caching(Boolean caching)
public CouchDbOptions.CouchDbConfigurationOptions enableSsl(Boolean enableSsl)
public CouchDbOptions.CouchDbConfigurationOptions relaxedSsl(Boolean relaxedSsl)
public CouchDbOptions.CouchDbConfigurationOptions sslFactorySocket(org.apache.http.conn.ssl.SSLSocketFactory sslSocketFactory)
public CouchDbOptions build()
Copyright © 2018 JBoss by Red Hat. All rights reserved.