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

/libcore/luni/src/main/java/java/net/
H A DNetworkInterface.java40 public final class NetworkInterface extends Object { class in inherits:Object
48 private final List<NetworkInterface> children = new LinkedList<NetworkInterface>();
50 private NetworkInterface parent = null;
52 private NetworkInterface(String name, int interfaceIndex, method in class:NetworkInterface
60 static NetworkInterface forUnboundMulticastSocket() {
63 return new NetworkInterface(null, -1,
98 * Returns the {@code NetworkInterface} corresponding to the named network interface, or null
104 public static NetworkInterface getByName(String interfaceName) throws SocketException {
119 private static NetworkInterface getByNameInterna
[all...]

Completed in 52 milliseconds