- checkGreaterOrEqualToZero(int, String) - Static method in class com.github.pwittchen.reactivenetwork.library.rx2.Preconditions
-
Validation method, which checks is an integer number is positive
- checkGreaterThanZero(int, String) - Static method in class com.github.pwittchen.reactivenetwork.library.rx2.Preconditions
-
Validation method, which checks is an integer number is non-zero or positive
- checkInternetConnectivity(String, int, int, int, ErrorHandler) - Method in interface com.github.pwittchen.reactivenetwork.library.rx2.internet.observing.InternetObservingStrategy
-
Observes connectivity with the Internet by opening socket connection with remote host once
- checkInternetConnectivity(String, int, int, int, ErrorHandler) - Method in class com.github.pwittchen.reactivenetwork.library.rx2.internet.observing.strategy.SocketInternetObservingStrategy
-
- checkInternetConnectivity(String, int, int, int, ErrorHandler) - Method in class com.github.pwittchen.reactivenetwork.library.rx2.internet.observing.strategy.WalledGardenInternetObservingStrategy
-
- checkInternetConnectivity() - Static method in class com.github.pwittchen.reactivenetwork.library.rx2.ReactiveNetwork
-
Checks connectivity with the Internet.
- checkInternetConnectivity(InternetObservingSettings) - Static method in class com.github.pwittchen.reactivenetwork.library.rx2.ReactiveNetwork
-
Checks connectivity with the Internet.
- checkInternetConnectivity(InternetObservingStrategy, String, int, int, int, ErrorHandler) - Static method in class com.github.pwittchen.reactivenetwork.library.rx2.ReactiveNetwork
-
Checks connectivity with the Internet.
- checkNotNull(Object, String) - Static method in class com.github.pwittchen.reactivenetwork.library.rx2.Preconditions
-
Validation method, which checks if an object is null
- checkNotNullOrEmpty(String, String) - Static method in class com.github.pwittchen.reactivenetwork.library.rx2.Preconditions
-
Validation method, which checks if a string is null or empty
- com.github.pwittchen.reactivenetwork.library.rx2 - package com.github.pwittchen.reactivenetwork.library.rx2
-
- com.github.pwittchen.reactivenetwork.library.rx2.internet.observing - package com.github.pwittchen.reactivenetwork.library.rx2.internet.observing
-
- com.github.pwittchen.reactivenetwork.library.rx2.internet.observing.error - package com.github.pwittchen.reactivenetwork.library.rx2.internet.observing.error
-
- com.github.pwittchen.reactivenetwork.library.rx2.internet.observing.strategy - package com.github.pwittchen.reactivenetwork.library.rx2.internet.observing.strategy
-
- com.github.pwittchen.reactivenetwork.library.rx2.network.observing - package com.github.pwittchen.reactivenetwork.library.rx2.network.observing
-
- com.github.pwittchen.reactivenetwork.library.rx2.network.observing.strategy - package com.github.pwittchen.reactivenetwork.library.rx2.network.observing.strategy
-
- Connectivity - Class in com.github.pwittchen.reactivenetwork.library.rx2
-
Connectivity class represents current connectivity status.
- Connectivity.Builder - Class in com.github.pwittchen.reactivenetwork.library.rx2
-
- ConnectivityPredicate - Class in com.github.pwittchen.reactivenetwork.library.rx2
-
ConnectivityPredicate is a class containing predefined methods, which can be used for filtering
reactive streams of network connectivity
- create() - Static method in class com.github.pwittchen.reactivenetwork.library.rx2.Connectivity
-
- create(Context) - Static method in class com.github.pwittchen.reactivenetwork.library.rx2.Connectivity
-
- create(Context, ConnectivityManager) - Static method in class com.github.pwittchen.reactivenetwork.library.rx2.Connectivity
-
- create() - Static method in class com.github.pwittchen.reactivenetwork.library.rx2.internet.observing.InternetObservingSettings
-
- create() - Static method in class com.github.pwittchen.reactivenetwork.library.rx2.ReactiveNetwork
-
Creates a new instance of the ReactiveNetwork class
- createHttpsUrlConnection(String, int, int) - Method in class com.github.pwittchen.reactivenetwork.library.rx2.internet.observing.strategy.WalledGardenInternetObservingStrategy
-
- createHttpUrlConnection(String, int, int) - Method in class com.github.pwittchen.reactivenetwork.library.rx2.internet.observing.strategy.WalledGardenInternetObservingStrategy
-
- createIdleBroadcastReceiver() - Method in class com.github.pwittchen.reactivenetwork.library.rx2.network.observing.strategy.MarshmallowNetworkObservingStrategy
-
- createNetworkCallback(Context) - Method in class com.github.pwittchen.reactivenetwork.library.rx2.network.observing.strategy.MarshmallowNetworkObservingStrategy
-