public final class SocketInternetObservingStrategy
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SocketInternetObservingStrategy.Builder
Build a new
SocketInternetObservingStrategy. |
| Modifier and Type | Method and Description |
|---|---|
static SocketInternetObservingStrategy.Builder |
builder() |
static SocketInternetObservingStrategy |
create() |
io.reactivex.Observable<java.lang.Boolean> |
observe()
Base observing implementation for all internet observing stategies.
|
@NonNull public static SocketInternetObservingStrategy create()
@NonNull public static SocketInternetObservingStrategy.Builder builder()
public io.reactivex.Observable<java.lang.Boolean> observe()
observe in interface ObservingStrategy<java.lang.Boolean>