Uses of Class
org.htmlunit.util.WebConnectionWrapper
Packages that use WebConnectionWrapper
-
Uses of WebConnectionWrapper in org.htmlunit.util
Subclasses of WebConnectionWrapper in org.htmlunit.utilModifier and TypeClassDescriptionclass
Wrapper around a "real" WebConnection that will use the wrapped web connection to do the real job and save all received responses in the temp directory with an overview page.
This may be useful at conception time to understand what is "browsed".
Example:class
Extension ofWebConnectionWrapper
providing facility methods to deliver something other than what the wrapped connection would deliver.