Class HttpTracing


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.opentracing.SpanContext extract​(io.opentracing.Tracer tracer, org.openqa.selenium.remote.http.HttpRequest request)  
      static void inject​(io.opentracing.Tracer tracer, io.opentracing.Span span, org.openqa.selenium.remote.http.HttpRequest request)  
      • Methods inherited from class java.lang.Object

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

      • extract

        public static io.opentracing.SpanContext extract​(io.opentracing.Tracer tracer,
                                                         org.openqa.selenium.remote.http.HttpRequest request)
      • inject

        public static void inject​(io.opentracing.Tracer tracer,
                                  io.opentracing.Span span,
                                  org.openqa.selenium.remote.http.HttpRequest request)