util
Class NetUtils

java.lang.Object
  extended by util.NetUtils

public class NetUtils
extends java.lang.Object

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

NetUtils

public NetUtils()
Method Detail

getResolvedURI

public 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.