Package net.shibboleth.utilities.java.support.net.impl
Implementation classes for working with HTTP URLs and the protocol.
-
Class Summary Class Description BasicURLComparator A basic implementation ofURIComparatorthat compares URL's by canonicalizing them as perSimpleURLCanonicalizer, and then compares the resulting string representations for equality usingObject.equals(java.lang.Object).