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.devtools
Fields in org.openqa.selenium.devtools declared as HttpResponseModifier and TypeFieldDescriptionstatic final HttpResponse
NetworkInterceptor.PROCEED_WITH_REQUEST
Return this from aRoutable
in order to have the browser continue the request unmodified. -
Uses of HttpResponse in org.openqa.selenium.devtools.idealized
Methods in org.openqa.selenium.devtools.idealized that return HttpResponseModifier and TypeMethodDescriptionprotected HttpResponse
Network.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.distributor
Methods 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.graphql
Methods in org.openqa.selenium.grid.graphql that return HttpResponse -
Uses of HttpResponse in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node that return HttpResponseModifier and TypeMethodDescriptionabstract HttpResponse
Node.downloadFile
(HttpRequest req, SessionId id) DefaultActiveSession.execute
(HttpRequest req) Drain.execute
(HttpRequest req) Node.execute
(HttpRequest req) abstract HttpResponse
Node.executeWebDriverCommand
(HttpRequest req) abstract HttpResponse
Node.uploadFile
(HttpRequest req, SessionId id) -
Uses of HttpResponse in org.openqa.selenium.grid.node.local
Methods 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.remote
Methods 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.router
Methods in org.openqa.selenium.grid.router that return HttpResponse -
Uses of HttpResponse in org.openqa.selenium.grid.sessionmap
Methods in org.openqa.selenium.grid.sessionmap that return HttpResponse -
Uses of HttpResponse in org.openqa.selenium.grid.sessionqueue
Methods in org.openqa.selenium.grid.sessionqueue that return HttpResponseModifier and TypeMethodDescriptionabstract HttpResponse
NewSessionQueue.addToQueue
(SessionRequest request) ClearSessionQueue.execute
(HttpRequest req) NewSessionQueue.execute
(HttpRequest req) RemoveFromSessionQueue.execute
(HttpRequest req) -
Uses of HttpResponse in org.openqa.selenium.grid.sessionqueue.local
Methods in org.openqa.selenium.grid.sessionqueue.local that return HttpResponse -
Uses of HttpResponse in org.openqa.selenium.grid.sessionqueue.remote
Methods in org.openqa.selenium.grid.sessionqueue.remote that return HttpResponse -
Uses of HttpResponse in org.openqa.selenium.grid.web
Methods 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.remote
Fields in org.openqa.selenium.remote with type parameters of type HttpResponseModifier and TypeFieldDescriptionprotected ResponseCodec<HttpResponse>
HttpCommandExecutor.responseCodec
Methods 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.codec
Methods 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.w3c
Methods in org.openqa.selenium.remote.codec.w3c with parameters of type 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 -
Uses of HttpResponse in org.openqa.selenium.remote.tracing
Fields in org.openqa.selenium.remote.tracing with type parameters of type HttpResponseModifier and TypeFieldDescriptionstatic final BiConsumer<Span,
HttpResponse> Tags.HTTP_RESPONSE
static final BiConsumer<AttributeMap,
HttpResponse> Tags.HTTP_RESPONSE_EVENT
Methods in org.openqa.selenium.remote.tracing that return HttpResponseModifier and TypeMethodDescriptionSpanWrappedHttpHandler.execute
(HttpRequest req) TracedHttpClient.execute
(HttpRequest req)