org.dawb.common.util.net
Class NetUtils

java.lang.Object
  extended by org.dawb.common.util.net.NetUtils

public class NetUtils
extends java.lang.Object


Constructor Summary
NetUtils()
           
 
Method Summary
static boolean isPortFree(int port)
          Checks if a port is free.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetUtils

public NetUtils()
Method Detail

isPortFree

public static boolean isPortFree(int port)
Checks if a port is free.

Parameters:
port -
Returns: