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

/libcore/ojluni/src/main/java/java/net/
H A DMulticastSocket.java183 * The lock on the socket's interface - used by setInterface
189 * The "last" interface set by setInterface on this MulticastSocket
278 * <code>setInterface</code> or <code>setNetworkInterface</code>.
324 * <code>setInterface</code> or <code>setNetworkInterface</code>.
368 * {@link MulticastSocket#setInterface(InetAddress)} or
416 * {@link MulticastSocket#setInterface(InetAddress)} or
461 public void setInterface(InetAddress inf) throws SocketException { method in class:MulticastSocket
465 checkAddress(inf, "setInterface");
484 * @see #setInterface(java.net.InetAddress)
495 * No previous setInterface o
[all...]

Completed in 57 milliseconds