public class NetUtils
extends java.lang.Object
| Constructor and Description |
|---|
NetUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.URI |
getResolvedURI(java.net.URI base,
java.lang.String uristr)
Returns the URI obtained by resolving the given URI string
against the given base URI; in the case of error, details
are reported on standard output and
null is returned. |