Uses of Class
net.shibboleth.utilities.java.support.net.URIException
-
Packages that use URIException Package Description net.shibboleth.utilities.java.support.net Classes for working with HTTP URLs and the protocol.net.shibboleth.utilities.java.support.net.impl Implementation classes for working with HTTP URLs and the protocol. -
-
Uses of URIException in net.shibboleth.utilities.java.support.net
Methods in net.shibboleth.utilities.java.support.net that throw URIException Modifier and Type Method Description booleanURIComparator. compare(String uri1, String uri2)Compare two URI's (represented as strings) for equivalence. -
Uses of URIException in net.shibboleth.utilities.java.support.net.impl
Methods in net.shibboleth.utilities.java.support.net.impl that throw URIException Modifier and Type Method Description booleanBasicURLComparator. compare(String uri1, String uri2)Compare two URI's (represented as strings) for equivalence.
-