Uses of Class
org.openqa.selenium.remote.http.HttpRequest
-
-
Uses of HttpRequest in org.openqa.selenium.remote.http
Methods in org.openqa.selenium.remote.http that return HttpRequest Modifier and Type Method Description HttpRequest
HttpRequest. addQueryParameter(java.lang.String name, java.lang.String value)
Set a query parameter, adding to existing values if present.Methods in org.openqa.selenium.remote.http with parameters of type HttpRequest Modifier and Type Method Description HttpResponse
HttpHandler. execute(HttpRequest req)
HttpResponse
Route. execute(HttpRequest req)
static java.util.Optional<java.util.Map<java.lang.String,java.util.List<java.lang.String>>>
FormEncodedData. getData(HttpRequest request)
protected abstract HttpResponse
Route. handle(HttpRequest req)
boolean
Routable. matches(HttpRequest req)
WebSocket
HttpClient. openSocket(HttpRequest request, WebSocket.Listener listener)
static java.lang.String
UrlPath. relativeToContext(HttpRequest req, java.lang.String location)
static java.lang.String
UrlPath. relativeToServer(HttpRequest req, java.lang.String location)
Method parameters in org.openqa.selenium.remote.http with type arguments of type HttpRequest Modifier and Type Method Description static Route.PredicatedConfig
Route. matching(java.util.function.Predicate<HttpRequest> predicate)
-