All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.net.LinkProperties Maven / Gradle / Ivy

There is a newer version: 3.7.5
Show newest version
// SPDX-License-Identifier: BSD-3-Clause
package android.net;

import java.net.InetAddress;
import java.util.List;

public class LinkProperties {
  public List getDnsServers() {
    throw new UnsupportedOperationException();
  }

  public String getDomains() {
    throw new UnsupportedOperationException();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy