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.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 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)