|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.util.URLUtils
public class URLUtils
Constructor Summary | |
---|---|
URLUtils()
|
Method Summary | |
---|---|
static boolean |
equalsProtocolHostPort(java.net.URL u1,
java.net.URL u2)
Checks that the protocol://host:port part of two URLs are equal. |
static java.net.URL |
normalize(java.net.URL u)
normalize an URL, |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLUtils()
Method Detail |
---|
public static boolean equalsProtocolHostPort(java.net.URL u1, java.net.URL u2)
u1,
- the first URL to checku2,
- the second URL to check
public static java.net.URL normalize(java.net.URL u)
u,
- the URL to normalize
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |