Uses of Class
org.openqa.selenium.remote.http.HttpRequest
Packages that use HttpRequest
-
Uses of HttpRequest in org.openqa.selenium.remote.http
Methods in org.openqa.selenium.remote.http that return HttpRequestModifier and TypeMethodDescriptionHttpRequest.addQueryParameter
(String name, String value) Set a query parameter, adding to existing values if present.Methods in org.openqa.selenium.remote.http with parameters of type HttpRequestModifier and TypeMethodDescriptionHttpHandler.execute
(HttpRequest req) final HttpResponse
Route.execute
(HttpRequest req) default CompletableFuture<HttpResponse>
HttpClient.executeAsync
(HttpRequest req) FormEncodedData.getData
(HttpRequest request) Deprecated, for removal: This API element is subject to removal in a future version.protected abstract HttpResponse
Route.handle
(HttpRequest req) boolean
Routable.matches
(HttpRequest req) HttpClient.openSocket
(HttpRequest request, WebSocket.Listener listener) static String
UrlPath.relativeToContext
(HttpRequest req, String location) static String
UrlPath.relativeToServer
(HttpRequest req, String location) Method parameters in org.openqa.selenium.remote.http with type arguments of type HttpRequestModifier and TypeMethodDescriptionstatic Route.PredicatedConfig
Route.matching
(Predicate<HttpRequest> predicate) -
Uses of HttpRequest in org.openqa.selenium.remote.http.jdk
Methods in org.openqa.selenium.remote.http.jdk with parameters of type HttpRequestModifier and TypeMethodDescriptionJdkHttpClient.execute
(HttpRequest req) JdkHttpClient.executeAsync
(HttpRequest request) JdkHttpClient.openSocket
(HttpRequest request, WebSocket.Listener listener)