public class Router extends java.lang.Object implements java.util.function.Predicate<org.openqa.selenium.remote.http.HttpRequest>, CommandHandler
| Constructor and Description |
|---|
Router(org.openqa.selenium.remote.tracing.DistributedTracer tracer,
org.openqa.selenium.remote.http.HttpClient.Factory clientFactory,
SessionMap sessions,
Distributor distributor) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.openqa.selenium.remote.http.HttpRequest req,
org.openqa.selenium.remote.http.HttpResponse resp) |
boolean |
test(org.openqa.selenium.remote.http.HttpRequest req) |
public Router(org.openqa.selenium.remote.tracing.DistributedTracer tracer,
org.openqa.selenium.remote.http.HttpClient.Factory clientFactory,
SessionMap sessions,
Distributor distributor)
public boolean test(org.openqa.selenium.remote.http.HttpRequest req)
test in interface java.util.function.Predicate<org.openqa.selenium.remote.http.HttpRequest>public void execute(org.openqa.selenium.remote.http.HttpRequest req,
org.openqa.selenium.remote.http.HttpResponse resp)
throws java.io.IOException
execute in interface CommandHandlerjava.io.IOException