Class SpanWrappedHttpHandler
java.lang.Object
org.openqa.selenium.remote.tracing.SpanWrappedHttpHandler
- All Implemented Interfaces:
HttpHandler
- Direct Known Subclasses:
SpanWrappedRoutable
-
Constructor Summary
ConstructorsConstructorDescriptionSpanWrappedHttpHandler
(Tracer tracer, Function<HttpRequest, String> namer, HttpHandler delegate) -
Method Summary
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 Details
-
SpanWrappedHttpHandler
public SpanWrappedHttpHandler(Tracer tracer, Function<HttpRequest, String> namer, HttpHandler delegate)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceHttpHandler
- Throws:
UncheckedIOException
-