Modifier and Type | Method and Description |
---|---|
CouchDbProperties |
CouchDbProperties.setConnectionTimeout(int connectionTimeout) |
CouchDbProperties |
CouchDbProperties.setCreateDbIfNotExist(boolean createDbIfNotExist) |
CouchDbProperties |
CouchDbProperties.setDbName(String dbName) |
CouchDbProperties |
CouchDbProperties.setHost(String host) |
CouchDbProperties |
CouchDbProperties.setMaxConnections(int maxConnections) |
CouchDbProperties |
CouchDbProperties.setPassword(String password) |
CouchDbProperties |
CouchDbProperties.setPath(String path) |
CouchDbProperties |
CouchDbProperties.setPort(int port) |
CouchDbProperties |
CouchDbProperties.setProtocol(String protocol) |
CouchDbProperties |
CouchDbProperties.setProxyHost(String proxyHost) |
CouchDbProperties |
CouchDbProperties.setProxyPort(int proxyPort) |
CouchDbProperties |
CouchDbProperties.setSocketTimeout(int socketTimeout) |
CouchDbProperties |
CouchDbProperties.setUsername(String username) |
Constructor and Description |
---|
CouchDbClient(CouchDbProperties properties)
Constructs a new instance of this class.
|
CouchDbClientAndroid(CouchDbProperties properties) |
Copyright © 2011–2016. All rights reserved.