public class PortUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PortUtils.ServerSocketPortLocator |
| Modifier and Type | Field and Description |
|---|---|
static int |
MAXIMUM_PORT |
static int |
MINIMUM_PORT |
| Constructor and Description |
|---|
PortUtils() |
| Modifier and Type | Method and Description |
|---|---|
String |
replacePortTokens(String value)
Replaces any port tokens in the specified string.
|
public static final int MINIMUM_PORT
public static final int MAXIMUM_PORT
public String replacePortTokens(String value)
value - The string in which to replace port tokens.