Class Inspector


  • @Beta
    public class Inspector
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Inspector()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Event<java.lang.String> detached()
      Fired when remote debugging connection is about to be terminated.
      static Command<java.lang.Void> disable()
      Disables inspector domain notifications.
      static Command<java.lang.Void> enable()
      Enables inspector domain notifications.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Inspector

        public Inspector()
    • Method Detail

      • enable

        public static Command<java.lang.Void> enable()
        Enables inspector domain notifications.
      • disable

        public static Command<java.lang.Void> disable()
        Disables inspector domain notifications.
      • detached

        public static Event<java.lang.String> detached()
        Fired when remote debugging connection is about to be terminated. Contains detach reason.