com.jalios.util
Class NetUtil

java.lang.Object
  extended by com.jalios.util.NetUtil

public class NetUtil
extends Object

This class provides a set of static methods which perform various utility net operations.

Since:
jcms-6.0.0
Author:
Olivier Dedieu

Field Summary
static String REVISION
           
 
Constructor Summary
NetUtil()
           
 
Method Summary
static int getFreePort()
          Returns a free TCP/IP port.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

NetUtil

public NetUtil()
Method Detail

getFreePort

public static int getFreePort()
Returns a free TCP/IP port.

Returns:
a free TCP/IP port.
Since:
jcms-6.0.0


Copyright © 2001-2010 Jalios SA. All Rights Reserved.