Uses of Class
org.htmlunit.util.WebConnectionWrapper
-
Packages that use WebConnectionWrapper Package Description org.htmlunit.util Miscellaneous utilities. -
-
Uses of WebConnectionWrapper in org.htmlunit.util
Subclasses of WebConnectionWrapper in org.htmlunit.util Modifier and Type Class Description class
DebuggingWebConnection
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
FalsifyingWebConnection
Extension ofWebConnectionWrapper
providing facility methods to deliver something other than what the wrapped connection would deliver.
-