Constant Field Values
Contents
com.launchdarkly.*
-
com.launchdarkly.eventsource.DefaultRetryDelayStrategy Modifier and Type Constant Field Value public static final float
DEFAULT_BACKOFF_MULTIPLIER
2.0f
public static final float
DEFAULT_JITTER_MULTIPLIER
0.5f
public static final long
DEFAULT_MAX_DELAY_MILLIS
30000L
-
com.launchdarkly.eventsource.EventSource Modifier and Type Constant Field Value public static final int
DEFAULT_READ_BUFFER_SIZE
1000
public static final long
DEFAULT_RETRY_DELAY_MILLIS
1000L
public static final long
DEFAULT_RETRY_DELAY_RESET_THRESHOLD_MILLIS
60000L
-
com.launchdarkly.eventsource.HttpConnectStrategy Modifier and Type Constant Field Value public static final long
DEFAULT_CONNECT_TIMEOUT_MILLIS
10000L
public static final long
DEFAULT_READ_TIMEOUT_MILLIS
5000L
public static final long
DEFAULT_WRITE_TIMEOUT_MILLIS
5000L
-
com.launchdarkly.eventsource.MessageEvent Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_EVENT_NAME
"message"
-
com.launchdarkly.eventsource.background.BackgroundEventSource Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_THREAD_BASE_NAME
"EventSource"