public class Routes
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static CombinedRoute |
combine(Route atLeastOne,
Route... optionalOthers) |
static CombinedRoute |
combine(Routes atLeastOne,
Routes... optionalOthers) |
static SpecificRoute |
delete(java.lang.String template) |
static SpecificRoute |
get(java.lang.String template) |
java.util.Optional<CommandHandler> |
match(org.openqa.selenium.remote.http.HttpRequest request) |
static PredicatedRoute |
matching(java.util.function.Predicate<org.openqa.selenium.remote.http.HttpRequest> predicate) |
static SpecificRoute |
post(java.lang.String template) |
public static PredicatedRoute matching(java.util.function.Predicate<org.openqa.selenium.remote.http.HttpRequest> predicate)
public static SpecificRoute delete(java.lang.String template)
public static SpecificRoute get(java.lang.String template)
public static SpecificRoute post(java.lang.String template)
public static CombinedRoute combine(Route atLeastOne, Route... optionalOthers)
public static CombinedRoute combine(Routes atLeastOne, Routes... optionalOthers)
public java.util.Optional<CommandHandler> match(org.openqa.selenium.remote.http.HttpRequest request)