Uses of Class
org.openqa.selenium.remote.http.Route
-
Packages that use Route Package Description org.openqa.selenium.grid org.openqa.selenium.remote.http -
-
Uses of Route in org.openqa.selenium.grid
Methods in org.openqa.selenium.grid with parameters of type Route Modifier and Type Method Description protected static Routable
TemplateGridServerCommand. baseRoute(java.lang.String prefix, Route route)
protected static Routable
TemplateGridServerCommand. hubRoute(java.lang.String prefix, Route route)
-
Uses of Route in org.openqa.selenium.remote.http
Methods in org.openqa.selenium.remote.http that return Route Modifier and Type Method Description static Route
Route. combine(java.lang.Iterable<Routable> routes)
static Route
Route. combine(Routable first, Routable... others)
Route
Route.NestedRouteConfig. to(Route route)
Route
Route.PredicatedConfig. to(java.util.function.Supplier<HttpHandler> handler)
Route
Route.TemplatizedRouteConfig. to(java.util.function.Function<java.util.Map<java.lang.String,java.lang.String>,HttpHandler> handlerFunc)
Route
Route.TemplatizedRouteConfig. to(java.util.function.Supplier<HttpHandler> handler)
Methods in org.openqa.selenium.remote.http with parameters of type Route Modifier and Type Method Description Route
Route.NestedRouteConfig. to(Route route)
-