public class PortProber extends Object
Modifier and Type | Field and Description |
---|---|
static int |
HIGHEST_PORT |
static int |
START_OF_USER_PORTS |
Modifier and Type | Method and Description |
---|---|
static int |
findFreePort() |
static Callable<Integer> |
freeLocalPort(int port) |
static boolean |
pollPort(int port) |
static boolean |
pollPort(int port,
int timeout,
TimeUnit unit) |
public static final int HIGHEST_PORT
public static final int START_OF_USER_PORTS
Copyright © 2014. All rights reserved.