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 boolean
matches(HttpRequest req)
default Routable
with(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:
with
in interfaceHttpHandler
-
-