public class DefaultCouchServer
extends com.couchace.core.api.CouchServer
| Constructor and Description |
|---|
DefaultCouchServer() |
DefaultCouchServer(com.couchace.core.spi.http.CouchHttpClient couchHttpClient,
com.couchace.core.spi.json.CouchJsonStrategy couchJsonStrategy) |
DefaultCouchServer(com.couchace.core.spi.http.CouchHttpClient couchHttpClient,
com.couchace.core.spi.json.CouchJsonStrategy couchJsonStrategy,
java.lang.String url,
java.lang.String userName,
java.lang.String password) |
DefaultCouchServer(com.couchace.core.api.CouchSetup couchSetup) |
DefaultCouchServer(com.fasterxml.jackson.databind.Module[] modules) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getAppPassword() |
static java.lang.String |
getAppUrl() |
static java.lang.String |
getAppUserName() |
void |
validateConnection(com.couchace.core.api.CouchSetup couchSetup) |
public DefaultCouchServer(com.couchace.core.api.CouchSetup couchSetup)
public DefaultCouchServer()
public DefaultCouchServer(com.fasterxml.jackson.databind.Module[] modules)
public DefaultCouchServer(com.couchace.core.spi.http.CouchHttpClient couchHttpClient,
com.couchace.core.spi.json.CouchJsonStrategy couchJsonStrategy)
public DefaultCouchServer(com.couchace.core.spi.http.CouchHttpClient couchHttpClient,
com.couchace.core.spi.json.CouchJsonStrategy couchJsonStrategy,
java.lang.String url,
java.lang.String userName,
java.lang.String password)