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 HttpResponseRoute.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 HttpResponseRoute.handle(HttpRequest req) booleanRoutable.matches(HttpRequest req) HttpClient.openSocket(HttpRequest request, WebSocket.Listener listener) static StringUrlPath.relativeToContext(HttpRequest req, String location) static StringUrlPath.relativeToServer(HttpRequest req, String location) Method parameters in org.openqa.selenium.remote.http with type arguments of type HttpRequestModifier and TypeMethodDescriptionstatic Route.PredicatedConfigRoute.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)