Searched defs:NetworkInterface (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DNetworkInterface.java58 public final class NetworkInterface { class
64 private List<NetworkInterface> childs;
65 private NetworkInterface parent = null;
68 private static final NetworkInterface defaultInterface;
81 * Returns an NetworkInterface object with index set to 0 and name to null.
86 NetworkInterface() { method in class:NetworkInterface
89 NetworkInterface(String name, int index, InetAddress[] addrs) { method in class:NetworkInterface
205 public Enumeration<NetworkInterface> getSubInterfaces() {
210 * Returns the parent NetworkInterface of this interface if this is
214 * @return The {@code NetworkInterface} thi
[all...]

Completed in 44 milliseconds