| java.lang.Object org.w3c.util.URLUtils
URLUtils | public class URLUtils (Code) | | |
equalsProtocolHostPort | public static boolean equalsProtocolHostPort(URL u1, URL u2)(Code) | | Checks that the protocol://host:port part of two URLs are equal.
u1, the first URL to check u2, the second URL to check a boolean, true if the protocol://host:port part of the URLare equals, false otherwise |
normalize | public static URL normalize(URL u)(Code) | | normalize an URL,
u, the URL to normalize a new URL, the normalized version of the parameter, orthe u URL, if something failed in the process |
|
|