Package org.htmlunit

Interface WebResponseListener

All Known Implementing Classes:
WebResponseListener.StatusListener

public interface WebResponseListener
Author:
tom.fennelly@gmail.com
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onLoadWebResponse(org.htmlunit.WebRequest webRequest, org.htmlunit.WebResponse webResponse)
     
  • Method Details

    • onLoadWebResponse

      void onLoadWebResponse(org.htmlunit.WebRequest webRequest, org.htmlunit.WebResponse webResponse) throws IOException
      Throws:
      IOException