Package org.htmlunit

Interface WebConnection

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
DebuggingWebConnection, FalsifyingWebConnection, HttpWebConnection, MockWebConnection, WebConnectionWrapper

public interface WebConnection extends AutoCloseable
An object which handles the actual communication portion of page retrieval/submission.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    Submits a request and retrieves a response.