Uses of Class
org.htmlunit.util.UrlUtils.Url
-
Packages that use UrlUtils.Url Package Description org.htmlunit.util Miscellaneous utilities. -
-
Uses of UrlUtils.Url in org.htmlunit.util
Methods in org.htmlunit.util that return UrlUtils.Url Modifier and Type Method Description private static UrlUtils.UrlUrlUtils. parseUrl(java.lang.String spec)Parses a given specification using the algorithm depicted in RFC1808:private static UrlUtils.UrlUrlUtils. resolveUrl(UrlUtils.Url baseUrl, java.lang.String relativeUrl)Resolves a given relative URL against a base URL using the algorithm depicted in RFC1808:Methods in org.htmlunit.util with parameters of type UrlUtils.Url Modifier and Type Method Description private static UrlUtils.UrlUrlUtils. resolveUrl(UrlUtils.Url baseUrl, java.lang.String relativeUrl)Resolves a given relative URL against a base URL using the algorithm depicted in RFC1808:Constructors in org.htmlunit.util with parameters of type UrlUtils.Url Constructor Description Url(UrlUtils.Url url)Creates aUrlobject from the specifiedUrlobject.
-