Class SpanWrappedRoutable
- java.lang.Object
-
- org.openqa.selenium.remote.tracing.SpanWrappedHttpHandler
-
- org.openqa.selenium.remote.tracing.SpanWrappedRoutable
-
- All Implemented Interfaces:
HttpHandler
,Routable
public class SpanWrappedRoutable extends SpanWrappedHttpHandler implements Routable
-
-
Constructor Summary
Constructors Constructor Description SpanWrappedRoutable(Tracer tracer, java.util.function.Function<HttpRequest,java.lang.String> namer, Routable delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(HttpRequest req)
-
Methods inherited from class org.openqa.selenium.remote.tracing.SpanWrappedHttpHandler
execute
-
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
execute
-
-
-
-
Constructor Detail
-
SpanWrappedRoutable
public SpanWrappedRoutable(Tracer tracer, java.util.function.Function<HttpRequest,java.lang.String> namer, Routable delegate)
-
-
Method Detail
-
matches
public boolean matches(HttpRequest req)
-
-