Uses of Class
org.lightcouch.CouchDbProperties
-
Uses of CouchDbProperties in org.lightcouch
Fields in org.lightcouch declared as CouchDbPropertiesMethods in org.lightcouch that return CouchDbPropertiesModifier and TypeMethodDescriptionCouchDbConfig.getProperties()
CouchDbProperties.setConnectionTimeout
(int connectionTimeout) CouchDbProperties.setCreateDbIfNotExist
(boolean createDbIfNotExist) CouchDbProperties.setMaxConnections
(int maxConnections) CouchDbProperties.setPassword
(String password) CouchDbProperties.setPort
(int port) CouchDbProperties.setProtocol
(String protocol) CouchDbProperties.setProxyHost
(String proxyHost) CouchDbProperties.setProxyPort
(int proxyPort) CouchDbProperties.setSocketTimeout
(int socketTimeout) CouchDbProperties.setUsername
(String username) Methods in org.lightcouch with parameters of type CouchDbPropertiesModifier and TypeMethodDescriptionprivate 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 CouchDbPropertiesModifierConstructorDescriptionCouchDbClient
(CouchDbProperties properties) Constructs a new instance of this class.CouchDbClientAndroid
(CouchDbProperties properties) Constructs a new client instance.CouchDbConfig
(CouchDbProperties dbProperties) (package private)
CouchDbContext
(CouchDbClientBase dbc, CouchDbProperties props)