Uses of Class
org.openqa.selenium.remote.http.HttpResponse
Packages that use HttpResponse
Package
Description
The 
Distributor is responsible for assigning new
 calls to Create Session to a Node.- 
Uses of HttpResponse in org.openqa.selenium.devtoolsFields in org.openqa.selenium.devtools declared as HttpResponseModifier and TypeFieldDescriptionstatic final HttpResponseNetworkInterceptor.PROCEED_WITH_REQUESTReturn this from aRoutablein order to have the browser continue the request unmodified.
- 
Uses of HttpResponse in org.openqa.selenium.devtools.idealizedMethods in org.openqa.selenium.devtools.idealized that return HttpResponseModifier and TypeMethodDescriptionprotected HttpResponseNetwork.createHttpResponse(Optional<Integer> statusCode, String body, Boolean bodyIsBase64Encoded, List<Map.Entry<String, String>> headers) Methods in org.openqa.selenium.devtools.idealized that return types with arguments of type HttpResponseModifier and TypeMethodDescriptionprotected abstract Either<HttpRequest,HttpResponse> Network.createSeMessages(REQUESTPAUSED pausedReq) Methods in org.openqa.selenium.devtools.idealized with parameters of type HttpResponseModifier and TypeMethodDescriptionNetwork.fulfillRequest(REQUESTPAUSED pausedReq, HttpResponse res) 
- 
Uses of HttpResponse in org.openqa.selenium.grid.distributorMethods in org.openqa.selenium.grid.distributor that return HttpResponseModifier and TypeMethodDescriptionDistributor.execute(HttpRequest req) DrainNode.execute(HttpRequest req) 
- 
Uses of HttpResponse in org.openqa.selenium.grid.graphqlMethods in org.openqa.selenium.grid.graphql that return HttpResponse
- 
Uses of HttpResponse in org.openqa.selenium.grid.nodeMethods in org.openqa.selenium.grid.node that return HttpResponseModifier and TypeMethodDescriptionabstract HttpResponseNode.downloadFile(HttpRequest req, SessionId id) DefaultActiveSession.execute(HttpRequest req) Drain.execute(HttpRequest req) Node.execute(HttpRequest req) abstract HttpResponseNode.executeWebDriverCommand(HttpRequest req) abstract HttpResponseNode.uploadFile(HttpRequest req, SessionId id) 
- 
Uses of HttpResponse in org.openqa.selenium.grid.node.localMethods in org.openqa.selenium.grid.node.local that return HttpResponseModifier and TypeMethodDescriptionLocalNode.downloadFile(HttpRequest req, SessionId id) SessionSlot.execute(HttpRequest req) LocalNode.executeWebDriverCommand(HttpRequest req) LocalNode.uploadFile(HttpRequest req, SessionId id) 
- 
Uses of HttpResponse in org.openqa.selenium.grid.node.remoteMethods in org.openqa.selenium.grid.node.remote that return HttpResponseModifier and TypeMethodDescriptionRemoteNode.downloadFile(HttpRequest req, SessionId id) RemoteNode.executeWebDriverCommand(HttpRequest req) RemoteNode.uploadFile(HttpRequest req, SessionId id) 
- 
Uses of HttpResponse in org.openqa.selenium.grid.routerMethods in org.openqa.selenium.grid.router that return HttpResponse
- 
Uses of HttpResponse in org.openqa.selenium.grid.sessionmapMethods in org.openqa.selenium.grid.sessionmap that return HttpResponse
- 
Uses of HttpResponse in org.openqa.selenium.grid.sessionqueueMethods in org.openqa.selenium.grid.sessionqueue that return HttpResponseModifier and TypeMethodDescriptionabstract HttpResponseNewSessionQueue.addToQueue(SessionRequest request) ClearSessionQueue.execute(HttpRequest req) NewSessionQueue.execute(HttpRequest req) RemoveFromSessionQueue.execute(HttpRequest req) 
- 
Uses of HttpResponse in org.openqa.selenium.grid.sessionqueue.localMethods in org.openqa.selenium.grid.sessionqueue.local that return HttpResponse
- 
Uses of HttpResponse in org.openqa.selenium.grid.sessionqueue.remoteMethods in org.openqa.selenium.grid.sessionqueue.remote that return HttpResponse
- 
Uses of HttpResponse in org.openqa.selenium.grid.webMethods in org.openqa.selenium.grid.web that return HttpResponseModifier and TypeMethodDescriptionCombinedHandler.execute(HttpRequest req) GridUiRoute.execute(HttpRequest req) NoHandler.execute(HttpRequest req) ResourceHandler.execute(HttpRequest req) ReverseProxyHandler.execute(HttpRequest req) StatusBasedReadinessCheck.execute(HttpRequest req) Methods in org.openqa.selenium.grid.web with parameters of type HttpResponse
- 
Uses of HttpResponse in org.openqa.selenium.remoteFields in org.openqa.selenium.remote with type parameters of type HttpResponseModifier and TypeFieldDescriptionprotected ResponseCodec<HttpResponse>HttpCommandExecutor.responseCodecMethods in org.openqa.selenium.remote that return types with arguments of type HttpResponseModifier and TypeMethodDescriptionabstract ResponseCodec<HttpResponse>Dialect.getResponseCodec()
- 
Uses of HttpResponse in org.openqa.selenium.remote.codecMethods in org.openqa.selenium.remote.codec that return HttpResponseModifier and TypeMethodDescriptionAbstractHttpResponseCodec.encode(Supplier<HttpResponse> factory, Response response) Encodes the given response as an HTTP response message.Methods in org.openqa.selenium.remote.codec with parameters of type HttpResponseMethod parameters in org.openqa.selenium.remote.codec with type arguments of type HttpResponseModifier and TypeMethodDescriptionAbstractHttpResponseCodec.encode(Supplier<HttpResponse> factory, Response response) Encodes the given response as an HTTP response message.
- 
Uses of HttpResponse in org.openqa.selenium.remote.codec.w3cMethods in org.openqa.selenium.remote.codec.w3c with parameters of type HttpResponse
- 
Uses of HttpResponse in org.openqa.selenium.remote.httpMethods in org.openqa.selenium.remote.http that return HttpResponseModifier and TypeMethodDescriptionHttpHandler.execute(HttpRequest req) final HttpResponseRoute.execute(HttpRequest req) protected abstract HttpResponseRoute.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.jdkMethods 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
- 
Uses of HttpResponse in org.openqa.selenium.remote.tracingFields in org.openqa.selenium.remote.tracing with type parameters of type HttpResponseModifier and TypeFieldDescriptionstatic final BiConsumer<Span,HttpResponse> Tags.HTTP_RESPONSEstatic final BiConsumer<AttributeMap,HttpResponse> Tags.HTTP_RESPONSE_EVENTMethods in org.openqa.selenium.remote.tracing that return HttpResponseModifier and TypeMethodDescriptionSpanWrappedHttpHandler.execute(HttpRequest req) TracedHttpClient.execute(HttpRequest req)