public abstract class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
selectAppropriateInterface(MulticastSocket socket)
Selects the appropriate interface to use Multicast.
|
public static void selectAppropriateInterface(MulticastSocket socket) throws SocketException
socket - the socket on which we want to bind the specific interface.SocketException - if something bad happensCopyright © 2017. All rights reserved.