|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.NetUtils
public class NetUtils
Network-related utility methods.
Constructor Summary | |
---|---|
NetUtils()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetUtils()
Method Detail |
---|
public static java.net.URI getResolvedURI(java.net.URI base, java.lang.String uristr)
null
is returned.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |