Uses of Class
org.lightcouch.CouchDbProperties
-
Uses of CouchDbProperties in org.lightcouch
Methods in org.lightcouch that return CouchDbPropertiesModifier and TypeMethodDescriptionCouchDbProperties.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) 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.