Package com.jalios.util
Class NetUtil
- java.lang.Object
-
- com.jalios.util.NetUtil
-
public class NetUtil extends java.lang.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
Fields Modifier and Type Field Description static java.lang.String
REVISION
-
Constructor Summary
Constructors Constructor Description NetUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getFreePort()
Returns a free TCP/IP port.
-
-
-
Field Detail
-
REVISION
public static final java.lang.String REVISION
- See Also:
- Constant Field Values
-
-