Class SpanWrappedHttpHandler
- java.lang.Object
-
- org.openqa.selenium.remote.tracing.SpanWrappedHttpHandler
-
- All Implemented Interfaces:
HttpHandler
- Direct Known Subclasses:
SpanWrappedRoutable
public class SpanWrappedHttpHandler extends java.lang.Object implements HttpHandler
-
-
Constructor Summary
Constructors Constructor Description SpanWrappedHttpHandler(Tracer tracer, java.util.function.Function<HttpRequest,java.lang.String> namer, HttpHandler delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpResponse
execute(HttpRequest req)
-
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.HttpHandler
with
-
-
-
-
Constructor Detail
-
SpanWrappedHttpHandler
public SpanWrappedHttpHandler(Tracer tracer, java.util.function.Function<HttpRequest,java.lang.String> namer, HttpHandler delegate)
-
-
Method Detail
-
execute
public HttpResponse execute(HttpRequest req) throws java.io.UncheckedIOException
- Specified by:
execute
in interfaceHttpHandler
- Throws:
java.io.UncheckedIOException
-
-