| Frames | No Frames |
Methods with parameter type java.net.NetworkInterface | |
| void | Causes this socket to join the specified multicast group on a specified
device
|
| void | Leaves a multicast group
|
Methods with parameter type java.net.NetworkInterface | |
| Inet6Address | Creates a scoped Inet6Address where the scope is a given
NetworkInterface.
|
| void | Causes this socket to join the specified multicast group on a specified
device
|
| void | Joins the specified mulitcast group on a specified interface.
|
| void | Leaves a multicast group
|
| void | Leaves the specified mulitcast group on a specified interface.
|
| void | Sets the local network interface used to send multicast messages
|
Methods with return type java.net.NetworkInterface | |
| NetworkInterface | Return a network interface by its address
|
| NetworkInterface | Returns an network interface by name
|
| NetworkInterface | Gets the local network interface which is used to send multicast messages
|
| NetworkInterface | Returns the NetworkInterface of the address scope
if it is a scoped address and the scope is given in the form of a
NetworkInterface.
|