Package ch.bailu.gtk.gio
Interface NetworkConnectivity
public interface NetworkConnectivity
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The host is connected to a network, and
appears to be able to reach the full Internet.static final int
The host is connected to a network, but
does not appear to be able to reach the full Internet, perhaps
due to upstream network problems.static final int
The host is not configured with a
route to the Internet; it may or may not be connected to a local
network.static final int
The host is behind a captive portal and
cannot reach the full Internet.
-
Field Details
-
LOCAL
static final int LOCALThe host is not configured with a
route to the Internet; it may or may not be connected to a local
network.- See Also:
-
LIMITED
static final int LIMITEDThe host is connected to a network, but
does not appear to be able to reach the full Internet, perhaps
due to upstream network problems.- See Also:
-
PORTAL
static final int PORTALThe host is behind a captive portal and
cannot reach the full Internet.- See Also:
-
FULL
static final int FULLThe host is connected to a network, and
appears to be able to reach the full Internet.- See Also:
-