com.beem.project.beem.utils
Class FreePort

Package class diagram package FreePort
java.lang.Object
  extended by com.beem.project.beem.utils.FreePort

public final class FreePort
extends Object

Utility class to get a free port.


Method Summary
static int getFreePort()
          return a free port.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFreePort

public static int getFreePort()
return a free port.

Returns:
free socket port.


Copyright © 2009 Beem-project.com. All Rights Reserved.