Package | Description |
---|---|
java.net |
Modifier and Type | Method and Description |
---|---|
static NetworkInterface |
NetworkInterface.getByInetAddress(InetAddress addr) |
static NetworkInterface |
NetworkInterface.getByName(String name) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
DatagramSocketImpl.joinGroup(InetAddress inetaddr,
NetworkInterface nw)
Join the multicast group.
|
void |
MulticastSocket.joinGroup(SocketAddress saddr,
NetworkInterface nwInt) |
void |
MulticastSocket.leaveGroup(SocketAddress addr,
NetworkInterface nwInt) |