Uses of Package
org.htmlunit.util
-
Packages that use org.htmlunit.util Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point).org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content.org.htmlunit.http Abstract Http support.org.htmlunit.httpclient All the customizations we did to make HttpClient behave like a real browser.org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.xml Implementations of the XML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.util Miscellaneous utilities. -
Classes in org.htmlunit.util used by org.htmlunit Class Description Cookie A cookie.KeyDataPair INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
A holder for a key/value pair that represents a file to upload.NameValuePair A name/value pair.WebResponseWrapper Provides a convenient implementation of theWebResponse
interface that can be subclassed by developers wishing to adapt a particular WebResponse. -
Classes in org.htmlunit.util used by org.htmlunit.html Class Description NameValuePair A name/value pair.OrderedFastHashMap Simple and efficient linked map or better ordered map implementation to replace the default linked list which is heavy. -
Classes in org.htmlunit.util used by org.htmlunit.http Class Description NameValuePair A name/value pair. -
Classes in org.htmlunit.util used by org.htmlunit.httpclient Class Description Cookie A cookie.NameValuePair A name/value pair. -
Classes in org.htmlunit.util used by org.htmlunit.javascript.host Class Description NameValuePair A name/value pair. -
Classes in org.htmlunit.util used by org.htmlunit.javascript.host.xml Class Description NameValuePair A name/value pair. -
Classes in org.htmlunit.util used by org.htmlunit.util Class Description EncodingSniffer.Attribute KeyDataPair INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
A holder for a key/value pair that represents a file to upload.NameValuePair A name/value pair.OrderedFastHashMap Simple and efficient linked map or better ordered map implementation to replace the default linked list which is heavy.OrderedFastHashMap.Entry Well, we need that to satisfy the map implementation concept.OrderedFastHashMap.Position Helper for identifying if we need to position our new entry differently.UrlUtils.Url ClassUrl
represents a Uniform Resource Locator.WebConnectionWrapper Provides a convenient implementation of theWebConnection
interface that can be subclassed by developers wishing to adapt a particular WebConnection.XUserDefinedCharset Simple implementation of the 'x-user-defined'Charset
.