Package org.commonjava.test.http.util
Class PortFinder
- java.lang.Object
-
- org.commonjava.test.http.util.PortFinder
-
public final class PortFinder extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePortFinder.PortConsumer<T>
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TfindPortFor(int maxTries, PortFinder.PortConsumer<T> consumer)
-
-
-
Method Detail
-
findPortFor
public static <T> T findPortFor(int maxTries, PortFinder.PortConsumer<T> consumer)
-
-