Class SpanDecorator

java.lang.Object
org.openqa.selenium.remote.tracing.SpanDecorator
All Implemented Interfaces:
Function<org.openqa.selenium.remote.http.HttpHandler,org.openqa.selenium.remote.http.HttpHandler>, org.openqa.selenium.remote.http.Filter

public class SpanDecorator extends Object implements org.openqa.selenium.remote.http.Filter
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpanDecorator(Tracer tracer, Function<org.openqa.selenium.remote.http.HttpRequest,String> namer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openqa.selenium.remote.http.HttpHandler
    apply(org.openqa.selenium.remote.http.HttpHandler handler)
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.openqa.selenium.remote.http.Filter

    andFinally, andFinally, andThen

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • SpanDecorator

      public SpanDecorator(Tracer tracer, Function<org.openqa.selenium.remote.http.HttpRequest,String> namer)
  • Method Details

    • apply

      public org.openqa.selenium.remote.http.HttpHandler apply(org.openqa.selenium.remote.http.HttpHandler handler)
      Specified by:
      apply in interface Function<org.openqa.selenium.remote.http.HttpHandler,org.openqa.selenium.remote.http.HttpHandler>