Package org.openqa.selenium.remote.http
Interface Routable
-
- All Superinterfaces:
HttpHandler
- All Known Implementing Classes:
Route
public interface Routable extends HttpHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(HttpRequest req)
-
Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler
execute, with
-
-
-
-
Method Detail
-
matches
boolean matches(HttpRequest req)
-
-