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 CouchDbPropertiesCouchDbConfig. dbPropertiesMethods in org.lightcouch that return CouchDbProperties Modifier and Type Method Description CouchDbPropertiesCouchDbConfig. getProperties()CouchDbPropertiesCouchDbProperties. setConnectionTimeout(int connectionTimeout)CouchDbPropertiesCouchDbProperties. setCreateDbIfNotExist(boolean createDbIfNotExist)CouchDbPropertiesCouchDbProperties. setDbName(java.lang.String dbName)CouchDbPropertiesCouchDbProperties. setHost(java.lang.String host)CouchDbPropertiesCouchDbProperties. setMaxConnections(int maxConnections)CouchDbPropertiesCouchDbProperties. setPassword(java.lang.String password)CouchDbPropertiesCouchDbProperties. setPath(java.lang.String path)CouchDbPropertiesCouchDbProperties. setPort(int port)CouchDbPropertiesCouchDbProperties. setProtocol(java.lang.String protocol)CouchDbPropertiesCouchDbProperties. setProxyHost(java.lang.String proxyHost)CouchDbPropertiesCouchDbProperties. setProxyPort(int proxyPort)CouchDbPropertiesCouchDbProperties. setSocketTimeout(int socketTimeout)CouchDbPropertiesCouchDbProperties. 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.PoolingHttpClientConnectionManagerCouchDbClient. createConnectionManager(CouchDbProperties props, org.apache.http.config.Registry<org.apache.http.conn.socket.ConnectionSocketFactory> registry)(package private) org.apache.http.client.HttpClientCouchDbClient. createHttpClient(CouchDbProperties props)(package private) org.apache.http.client.HttpClientCouchDbClientAndroid. createHttpClient(CouchDbProperties props)(package private) abstract org.apache.http.client.HttpClientCouchDbClientBase. 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.SchemeRegistryCouchDbClientAndroid. 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)
-