Uses of Class
com.gargoylesoftware.htmlunit.util.WebConnectionWrapper
-
Packages that use WebConnectionWrapper Package Description com.gargoylesoftware.htmlunit.util Miscellaneous utilities. -
-
Uses of WebConnectionWrapper in com.gargoylesoftware.htmlunit.util
Subclasses of WebConnectionWrapper in com.gargoylesoftware.htmlunit.util Modifier and Type Class Description classDebuggingWebConnectionWrapper 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:classFalsifyingWebConnectionExtension ofWebConnectionWrapperproviding facility methods to deliver something other than what the wrapped connection would deliver.
-