Interface NetworkConnectivity


public interface NetworkConnectivity
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 LOCAL
      The 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 LIMITED
      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.
      See Also:
    • PORTAL

      static final int PORTAL
      The host is behind a captive portal and
      cannot reach the full Internet.
      See Also:
    • FULL

      static final int FULL
      The host is connected to a network, and
      appears to be able to reach the full Internet.
      See Also: