Package com.couchbase.lite
Class Defaults.Listener
java.lang.Object
com.couchbase.lite.Defaults.Listener
- Enclosing class:
- Defaults
-
Field Summary
Modifier and TypeFieldDescriptionstatic final boolean
TLS is enabled on the connectionstatic final boolean
Delta sync is disabled for the listenerstatic final int
No port specified, the OS will assign onestatic final boolean
The listener will allow database writes -
Method Summary
-
Field Details
-
PORT
public static final int PORTNo port specified, the OS will assign one- See Also:
-
DISABLE_TLS
public static final boolean DISABLE_TLSTLS is enabled on the connection- See Also:
-
READ_ONLY
public static final boolean READ_ONLYThe listener will allow database writes- See Also:
-
ENABLE_DELTA_SYNC
public static final boolean ENABLE_DELTA_SYNCDelta sync is disabled for the listener- See Also:
-