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 Default Methods Modifier and Type Method Description booleanmatches(HttpRequest req)default Routablewith(Filter filter)-
Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler
execute
-
-
-
-
Method Detail
-
matches
boolean matches(HttpRequest req)
-
with
default Routable with(Filter filter)
- Specified by:
within interfaceHttpHandler
-
-