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