| Modifier and Type | Field and Description |
|---|---|
private CouchDbProperties |
CouchDbConfig.dbProperties |
| Modifier and Type | Method and Description |
|---|---|
CouchDbProperties |
CouchDbConfig.getProperties() |
CouchDbProperties |
CouchDbProperties.setConnectionTimeout(int connectionTimeout) |
CouchDbProperties |
CouchDbProperties.setCreateDbIfNotExist(boolean createDbIfNotExist) |
CouchDbProperties |
CouchDbProperties.setDbName(java.lang.String dbName) |
CouchDbProperties |
CouchDbProperties.setHost(java.lang.String host) |
CouchDbProperties |
CouchDbProperties.setMaxConnections(int maxConnections) |
CouchDbProperties |
CouchDbProperties.setPassword(java.lang.String password) |
CouchDbProperties |
CouchDbProperties.setPath(java.lang.String path) |
CouchDbProperties |
CouchDbProperties.setPort(int port) |
CouchDbProperties |
CouchDbProperties.setProtocol(java.lang.String protocol) |
CouchDbProperties |
CouchDbProperties.setProxyHost(java.lang.String proxyHost) |
CouchDbProperties |
CouchDbProperties.setProxyPort(int proxyPort) |
CouchDbProperties |
CouchDbProperties.setSocketTimeout(int socketTimeout) |
CouchDbProperties |
CouchDbProperties.setUsername(java.lang.String username) |
| Modifier and Type | Method and Description |
|---|---|
private org.apache.http.impl.conn.PoolingHttpClientConnectionManager |
CouchDbClient.createConnectionManager(CouchDbProperties props,
org.apache.http.config.Registry<org.apache.http.conn.socket.ConnectionSocketFactory> registry) |
(package private) org.apache.http.client.HttpClient |
CouchDbClient.createHttpClient(CouchDbProperties props) |
(package private) org.apache.http.client.HttpClient |
CouchDbClientAndroid.createHttpClient(CouchDbProperties props) |
(package private) abstract org.apache.http.client.HttpClient |
CouchDbClientBase.createHttpClient(CouchDbProperties properties) |
private org.apache.http.config.Registry<org.apache.http.conn.socket.ConnectionSocketFactory> |
CouchDbClient.createRegistry(CouchDbProperties props) |
private org.apache.http.conn.scheme.SchemeRegistry |
CouchDbClientAndroid.createRegistry(CouchDbProperties properties) |
| Constructor and Description |
|---|
CouchDbClient(CouchDbProperties properties)
Constructs a new instance of this class.
|
CouchDbClientAndroid(CouchDbProperties properties) |
CouchDbConfig(CouchDbProperties dbProperties) |
CouchDbContext(CouchDbClientBase dbc,
CouchDbProperties props) |