Skip navigation links
C D G I O R T V 

C

com.github.pwittchen.reactivenetwork.library - package com.github.pwittchen.reactivenetwork.library
 
ConnectivityStatus - Enum in com.github.pwittchen.reactivenetwork.library
 

D

description - Variable in enum com.github.pwittchen.reactivenetwork.library.ConnectivityStatus
 

G

getConnectivityStatus(Context) - Method in class com.github.pwittchen.reactivenetwork.library.ReactiveNetwork
Gets current network connectivity status

I

isEqualTo(ConnectivityStatus...) - Static method in enum com.github.pwittchen.reactivenetwork.library.ConnectivityStatus
Creates a function, which checks if single connectivity status or many statuses are equal to current status.
isNotEqualTo(ConnectivityStatus...) - Static method in enum com.github.pwittchen.reactivenetwork.library.ConnectivityStatus
Creates a function, which checks if single connectivity status or many statuses are not equal to current status.

O

observeInternetConnectivity() - Method in class com.github.pwittchen.reactivenetwork.library.ReactiveNetwork
Observes connectivity with the Internet with default settings.
observeInternetConnectivity(int, String, int, int) - Method in class com.github.pwittchen.reactivenetwork.library.ReactiveNetwork
Observes connectivity with the Internet by opening socket connection with remote host
observeNetworkConnectivity(Context) - Method in class com.github.pwittchen.reactivenetwork.library.ReactiveNetwork
Observes ConnectivityStatus, which can be WIFI_CONNECTED, MOBILE_CONNECTED or OFFLINE

R

ReactiveNetwork - Class in com.github.pwittchen.reactivenetwork.library
ReactiveNetwork is an Android library listening network connection state and change of the WiFi signal strength with RxJava Observables.
ReactiveNetwork() - Constructor for class com.github.pwittchen.reactivenetwork.library.ReactiveNetwork
 

T

toString() - Method in enum com.github.pwittchen.reactivenetwork.library.ConnectivityStatus
 

V

valueOf(String) - Static method in enum com.github.pwittchen.reactivenetwork.library.ConnectivityStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.pwittchen.reactivenetwork.library.ConnectivityStatus
Returns an array containing the constants of this enum type, in the order they are declared.
C D G I O R T V 
Skip navigation links