Package 

Class FetchEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class FetchEvent.RequestPausedEvent

      Issued when the domain is enabled and the request URL matches the specified filter. The request is paused until the client responds with one of continueRequest, failRequest or fulfillRequest. The stage of the request can be determined by presence of responseErrorReason and responseStatusCode -- the request is at the response stage if either of these fields is present and in the request stage otherwise.

      Official doc

      public final class FetchEvent.AuthRequiredEvent

      Issued when the domain is enabled with handleAuthRequests set to true. The request is paused until client responds with continueWithAuth.

      Official doc

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.hildan.chrome.devtools.domains.fetch.events.FetchEvent

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait