Uses of Class
org.lightcouch.CouchDbProperties
-
-
Uses of CouchDbProperties in org.lightcouch
Fields in org.lightcouch declared as CouchDbProperties Modifier and Type Field Description private CouchDbProperties
CouchDbConfig. dbProperties
Methods in org.lightcouch that return CouchDbProperties Modifier and Type Method 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)
Methods in org.lightcouch with parameters of type CouchDbProperties Modifier and Type Method 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)
Constructors in org.lightcouch with parameters of type CouchDbProperties Constructor Description CouchDbClient(CouchDbProperties properties)
Constructs a new instance of this class.CouchDbClientAndroid(CouchDbProperties properties)
Constructs a new client instance.CouchDbConfig(CouchDbProperties dbProperties)
CouchDbContext(CouchDbClientBase dbc, CouchDbProperties props)
-