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 TypeClassDescriptionclassWrapper around a "real"WebConnectionthat uses the wrapped connection to perform the actual work and saves all received responses in the temp directory with an overview page.
This may be useful during development to understand what is being browsed.
Example:classExtension ofWebConnectionWrapperproviding utility methods to deliver content other than what the wrapped connection would deliver.