Schnittstelle NetworkConnectivity


public interface NetworkConnectivity
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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.
  • Felddetails

    • 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.
      Siehe auch:
    • 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.
      Siehe auch:
    • PORTAL

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

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