Class SpanDecorator
- java.lang.Object
-
- org.openqa.selenium.remote.tracing.SpanDecorator
-
- All Implemented Interfaces:
java.util.function.Function<org.openqa.selenium.remote.http.HttpHandler,org.openqa.selenium.remote.http.HttpHandler>,org.openqa.selenium.remote.http.Filter
public class SpanDecorator extends java.lang.Object implements org.openqa.selenium.remote.http.Filter
-
-
Constructor Summary
Constructors Constructor Description SpanDecorator(Tracer tracer, java.util.function.Function<org.openqa.selenium.remote.http.HttpRequest,java.lang.String> namer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.remote.http.HttpHandlerapply(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
-
-
-
-
Constructor Detail
-
SpanDecorator
public SpanDecorator(Tracer tracer, java.util.function.Function<org.openqa.selenium.remote.http.HttpRequest,java.lang.String> namer)
-
-