Package tvi.webrtc
Interface NetworkChangeDetector
-
public interface NetworkChangeDetector
Interface for detecting network changes
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
NetworkChangeDetector.ConnectionType
static class
NetworkChangeDetector.IPAddress
static class
NetworkChangeDetector.NetworkInformation
Java version of NetworkMonitor.NetworkInformationstatic interface
NetworkChangeDetector.Observer
Observer interface by which observer is notified of network changes.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
destroy()
java.util.List<NetworkChangeDetector.NetworkInformation>
getActiveNetworkList()
NetworkChangeDetector.ConnectionType
getCurrentConnectionType()
boolean
supportNetworkCallback()
-
-
-
Method Detail
-
getCurrentConnectionType
NetworkChangeDetector.ConnectionType getCurrentConnectionType()
-
supportNetworkCallback
boolean supportNetworkCallback()
-
getActiveNetworkList
@Nullable java.util.List<NetworkChangeDetector.NetworkInformation> getActiveNetworkList()
-
destroy
void destroy()
-
-