Uses of Interface
net.shibboleth.utilities.java.support.net.URIComparator
-
Packages that use URIComparator Package Description net.shibboleth.utilities.java.support.net.impl Implementation classes for working with HTTP URLs and the protocol. -
-
Uses of URIComparator in net.shibboleth.utilities.java.support.net.impl
Classes in net.shibboleth.utilities.java.support.net.impl that implement URIComparator Modifier and Type Class Description classBasicURLComparatorA 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).
-