Package 

Enum InterceptionStage

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum InterceptionStage
    extends Enum<InterceptionStage>
                        

    Stages of the interception to begin intercepting. Request will intercept before the request is sent. Response will intercept after the response is received.

    Official doc

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class org.hildan.chrome.devtools.domains.network.InterceptionStage

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

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