Class DriverSessionsAgent


  • public class DriverSessionsAgent
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> isPublicMethodToIntercept()  
      static void premain​(java.lang.String args, java.lang.instrument.Instrumentation instrumentation)  
      • Methods inherited from class java.lang.Object

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

      • DriverSessionsAgent

        public DriverSessionsAgent()
    • Method Detail

      • premain

        public static void premain​(java.lang.String args,
                                   java.lang.instrument.Instrumentation instrumentation)
      • isPublicMethodToIntercept

        public static net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> isPublicMethodToIntercept()