Uses of Class
com.gargoylesoftware.htmlunit.util.WebConnectionWrapper

Packages that use WebConnectionWrapper
com.gargoylesoftware.htmlunit.util Misc utilities 
 

Uses of WebConnectionWrapper in com.gargoylesoftware.htmlunit.util
 

Subclasses of WebConnectionWrapper in com.gargoylesoftware.htmlunit.util
 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 of WebConnectionWrapper providing facility methods to deliver something other than what the wrapped connection would deliver.
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.