equip.discovery
Class MulticastUtils

java.lang.Object
  extended byequip.discovery.MulticastUtils

public class MulticastUtils
extends java.lang.Object

some helpers for multicast stuff


Constructor Summary
MulticastUtils()
           
 
Method Summary
static java.net.MulticastSocket newMulticastSocket()
          open on any port
static java.net.MulticastSocket newMulticastSocket(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MulticastUtils

public MulticastUtils()
Method Detail

newMulticastSocket

public static java.net.MulticastSocket newMulticastSocket()
                                                   throws java.io.IOException
open on any port

Throws:
java.io.IOException

newMulticastSocket

public static java.net.MulticastSocket newMulticastSocket(int port)
                                                   throws java.io.IOException
Throws:
java.io.IOException