Uses of Class
org.openqa.selenium.remote.http.HttpRequest
Packages that use HttpRequest
Package
Description
The
Distributor is responsible for assigning new
calls to Create Session to a Node.-
Uses of HttpRequest in org.openqa.selenium.devtools
Methods in org.openqa.selenium.devtools that return HttpRequestModifier and TypeMethodDescriptionprotected HttpRequestNetworkInterceptor.createHttpRequest(String cdpMethod, String url, Map<String, Object> headers, Optional<String> postData) -
Uses of HttpRequest in org.openqa.selenium.devtools.idealized
Methods in org.openqa.selenium.devtools.idealized that return HttpRequestModifier and TypeMethodDescriptionprotected HttpRequestNetwork.createHttpRequest(String cdpMethod, String url, Map<String, Object> headers, Optional<String> postData) Methods in org.openqa.selenium.devtools.idealized that return types with arguments of type HttpRequestModifier and TypeMethodDescriptionprotected abstract Either<HttpRequest,HttpResponse> Network.createSeMessages(REQUESTPAUSED pausedReq) Methods in org.openqa.selenium.devtools.idealized with parameters of type HttpRequestModifier and TypeMethodDescriptionNetwork.continueRequest(REQUESTPAUSED pausedReq, HttpRequest req) -
Uses of HttpRequest in org.openqa.selenium.grid.data
Constructors in org.openqa.selenium.grid.data with parameters of type HttpRequestModifierConstructorDescriptionSessionRequest(RequestId requestId, HttpRequest request, Instant enqueued) -
Uses of HttpRequest in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor with parameters of type HttpRequestModifier and TypeMethodDescriptionDistributor.execute(HttpRequest req) DrainNode.execute(HttpRequest req) booleanDistributor.matches(HttpRequest req) booleanDistributor.test(HttpRequest httpRequest) -
Uses of HttpRequest in org.openqa.selenium.grid.graphql
Methods in org.openqa.selenium.grid.graphql with parameters of type HttpRequest -
Uses of HttpRequest in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node with parameters of type HttpRequestModifier 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) booleanNode.matches(HttpRequest req) abstract HttpResponseNode.uploadFile(HttpRequest req, SessionId id) -
Uses of HttpRequest in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local with parameters of type HttpRequestModifier and TypeMethodDescriptionLocalNode.downloadFile(HttpRequest req, SessionId id) SessionSlot.execute(HttpRequest req) LocalNode.executeWebDriverCommand(HttpRequest req) LocalNode.uploadFile(HttpRequest req, SessionId id) -
Uses of HttpRequest in org.openqa.selenium.grid.node.remote
Methods in org.openqa.selenium.grid.node.remote with parameters of type HttpRequestModifier and TypeMethodDescriptionRemoteNode.downloadFile(HttpRequest req, SessionId id) RemoteNode.executeWebDriverCommand(HttpRequest req) RemoteNode.uploadFile(HttpRequest req, SessionId id) -
Uses of HttpRequest in org.openqa.selenium.grid.router
Methods in org.openqa.selenium.grid.router with parameters of type HttpRequestModifier and TypeMethodDescriptionRouter.execute(HttpRequest req) booleanRouter.matches(HttpRequest req) -
Uses of HttpRequest in org.openqa.selenium.grid.sessionmap
Methods in org.openqa.selenium.grid.sessionmap with parameters of type HttpRequestModifier and TypeMethodDescriptionSessionMap.execute(HttpRequest req) booleanSessionMap.matches(HttpRequest req) -
Uses of HttpRequest in org.openqa.selenium.grid.sessionqueue
Methods in org.openqa.selenium.grid.sessionqueue with parameters of type HttpRequestModifier and TypeMethodDescriptionClearSessionQueue.execute(HttpRequest req) NewSessionQueue.execute(HttpRequest req) RemoveFromSessionQueue.execute(HttpRequest req) booleanNewSessionQueue.matches(HttpRequest req) -
Uses of HttpRequest in org.openqa.selenium.grid.web
Methods in org.openqa.selenium.grid.web with parameters of type HttpRequestModifier 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) booleanCombinedHandler.matches(HttpRequest req) booleanGridUiRoute.matches(HttpRequest req) booleanResourceHandler.matches(HttpRequest req) booleanCombinedHandler.test(HttpRequest request) Constructors in org.openqa.selenium.grid.web with parameters of type HttpRequest -
Uses of HttpRequest in org.openqa.selenium.remote
Fields in org.openqa.selenium.remote with type parameters of type HttpRequestModifier and TypeFieldDescriptionprotected CommandCodec<HttpRequest>HttpCommandExecutor.commandCodecMethods in org.openqa.selenium.remote that return types with arguments of type HttpRequestMethod parameters in org.openqa.selenium.remote with type arguments of type HttpRequestModifier and TypeMethodDescriptionlongNetwork.addRequestHandler(Predicate<URI> filter, UnaryOperator<HttpRequest> handler) -
Uses of HttpRequest in org.openqa.selenium.remote.codec
Methods in org.openqa.selenium.remote.codec that return HttpRequestMethods in org.openqa.selenium.remote.codec with parameters of type 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) 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) -
Uses of HttpRequest in org.openqa.selenium.remote.tracing
Fields in org.openqa.selenium.remote.tracing with type parameters of type HttpRequestModifier and TypeFieldDescriptionstatic final BiConsumer<Span,HttpRequest> Tags.HTTP_REQUESTstatic final BiConsumer<AttributeMap,HttpRequest> Tags.HTTP_REQUEST_EVENTMethods in org.openqa.selenium.remote.tracing with parameters of type HttpRequestModifier and TypeMethodDescriptionSpanWrappedHttpHandler.execute(HttpRequest req) TracedHttpClient.execute(HttpRequest req) static voidHttpTracing.inject(Tracer tracer, TraceContext context, HttpRequest request) booleanSpanWrappedRoutable.matches(HttpRequest req) static SpanHttpTracing.newSpanAsChildOf(Tracer tracer, HttpRequest request, String name) TracedHttpClient.openSocket(HttpRequest request, WebSocket.Listener listener) Constructor parameters in org.openqa.selenium.remote.tracing with type arguments of type HttpRequestModifierConstructorDescriptionSpanDecorator(Tracer tracer, Function<HttpRequest, String> namer) SpanWrappedHttpHandler(Tracer tracer, Function<HttpRequest, String> namer, HttpHandler delegate) SpanWrappedRoutable(Tracer tracer, Function<HttpRequest, String> namer, Routable delegate)