|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.net.PortProber
public class PortProber
Constructor Summary | |
---|---|
PortProber()
|
Method Summary | |
---|---|
static int |
findFreePort()
|
static java.util.concurrent.Callable<java.lang.Integer> |
freeLocalPort(int port)
|
static boolean |
pollPort(int port)
|
static boolean |
pollPort(int port,
int timeout,
java.util.concurrent.TimeUnit unit)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortProber()
Method Detail |
---|
public static int findFreePort()
public static java.util.concurrent.Callable<java.lang.Integer> freeLocalPort(int port)
public static boolean pollPort(int port)
public static boolean pollPort(int port, int timeout, java.util.concurrent.TimeUnit unit)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |