-
public final class DataStrategy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDataStrategy.Builder
-
Field Summary
Fields Modifier and Type Field Description private final Booleanenabledprivate final Longintervalprivate final Longdelayprivate final BooleanpauseOnBackgroundprivate final LonghttpConnectionTimeoutprivate final LonghttpReadTimeoutprivate final LonghttpCacheSizeprivate final Map<String, String>httpCustomHeaders
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()final LonggetInterval()final LonggetDelay()final BooleangetPauseOnBackground()final LonggetHttpConnectionTimeout()final LonggetHttpReadTimeout()final LonggetHttpCacheSize()final Map<String, String>getHttpCustomHeaders()final DataStrategy.BuildernewBuilder(UnleashConfig.Builder parent)-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
getInterval
final Long getInterval()
-
getPauseOnBackground
final Boolean getPauseOnBackground()
-
getHttpConnectionTimeout
final Long getHttpConnectionTimeout()
-
getHttpReadTimeout
final Long getHttpReadTimeout()
-
getHttpCacheSize
final Long getHttpCacheSize()
-
getHttpCustomHeaders
final Map<String, String> getHttpCustomHeaders()
-
newBuilder
final DataStrategy.Builder newBuilder(UnleashConfig.Builder parent)
-
-
-
-