public class NetworkUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MAESTRO_HOST_PROPERTY |
| Constructor and Description |
|---|
NetworkUtils() |
public static final String MAESTRO_HOST_PROPERTY
public static String getHost(String option) throws UnknownHostException
option - An optional configuration option used to override auto-detectionUnknownHostException - if the hostname is invalid or cannot be resolvedThis documentation was released into the public domain.