Uses of Class
org.openqa.selenium.remote.http.HttpResponse
Packages that use HttpResponse
-
Uses of HttpResponse in org.openqa.selenium.remote.http
Methods in org.openqa.selenium.remote.http that return HttpResponseModifier and TypeMethodDescriptionHttpHandler.execute
(HttpRequest req) final HttpResponse
Route.execute
(HttpRequest req) protected abstract HttpResponse
Route.handle
(HttpRequest req) HttpResponse.setStatus
(int status) HttpResponse.setTargetHost
(String host) Sets the host this response was received from.Methods in org.openqa.selenium.remote.http that return types with arguments of type HttpResponseModifier and TypeMethodDescriptiondefault CompletableFuture<HttpResponse>
HttpClient.executeAsync
(HttpRequest req) -
Uses of HttpResponse in org.openqa.selenium.remote.http.jdk
Methods in org.openqa.selenium.remote.http.jdk that return HttpResponseMethods in org.openqa.selenium.remote.http.jdk that return types with arguments of type HttpResponse