Class WebConnectionWrapper

java.lang.Object
org.htmlunit.util.WebConnectionWrapper
All Implemented Interfaces:
AutoCloseable, WebConnection
Direct Known Subclasses:
DebuggingWebConnection, FalsifyingWebConnection

public class WebConnectionWrapper extends Object implements WebConnection

Provides a convenient implementation of the WebConnection interface that can be subclassed by developers wishing to adapt a particular WebConnection.

This class implements the Wrapper or Decorator pattern. Methods default to calling through to the wrapped web connection object.