Class SpanWrappedRoutable
java.lang.Object
org.openqa.selenium.remote.tracing.SpanWrappedHttpHandler
org.openqa.selenium.remote.tracing.SpanWrappedRoutable
- All Implemented Interfaces:
org.openqa.selenium.remote.http.HttpHandler, org.openqa.selenium.remote.http.Routable
public class SpanWrappedRoutable
extends SpanWrappedHttpHandler
implements org.openqa.selenium.remote.http.Routable
-
Constructor Summary
ConstructorsConstructorDescriptionSpanWrappedRoutable(Tracer tracer, Function<org.openqa.selenium.remote.http.HttpRequest, String> namer, org.openqa.selenium.remote.http.Routable delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(org.openqa.selenium.remote.http.HttpRequest req) Methods inherited from class SpanWrappedHttpHandler
executeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openqa.selenium.remote.http.HttpHandler
executeMethods inherited from interface org.openqa.selenium.remote.http.Routable
with
-
Constructor Details
-
SpanWrappedRoutable
-
-
Method Details
-
matches
public boolean matches(org.openqa.selenium.remote.http.HttpRequest req) - Specified by:
matchesin interfaceorg.openqa.selenium.remote.http.Routable
-