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.Url
UrlUtils. parseUrl(java.lang.String spec)
Parses a given specification using the algorithm depicted in RFC1808:private static UrlUtils.Url
UrlUtils. 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.Url
UrlUtils. 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 aUrl
object from the specifiedUrl
object.
-