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 HttpRequest
NetworkInterceptor.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 HttpRequest
Network.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) boolean
Distributor.matches
(HttpRequest req) boolean
Distributor.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 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) boolean
Node.matches
(HttpRequest req) abstract HttpResponse
Node.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) boolean
Router.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) boolean
SessionMap.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) boolean
NewSessionQueue.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) boolean
CombinedHandler.matches
(HttpRequest req) boolean
GridUiRoute.matches
(HttpRequest req) boolean
ResourceHandler.matches
(HttpRequest req) boolean
CombinedHandler.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.commandCodec
Methods 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 TypeMethodDescriptionlong
Network.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 HttpResponse
Route.execute
(HttpRequest req) default CompletableFuture<HttpResponse>
HttpClient.executeAsync
(HttpRequest req) protected abstract HttpResponse
Route.handle
(HttpRequest req) boolean
Routable.matches
(HttpRequest req) HttpClient.openSocket
(HttpRequest request, WebSocket.Listener listener) static String
UrlPath.relativeToContext
(HttpRequest req, String location) static String
UrlPath.relativeToServer
(HttpRequest req, String location) Method parameters in org.openqa.selenium.remote.http with type arguments of type HttpRequestModifier and TypeMethodDescriptionstatic Route.PredicatedConfig
Route.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_REQUEST
static final BiConsumer<AttributeMap,
HttpRequest> Tags.HTTP_REQUEST_EVENT
Methods in org.openqa.selenium.remote.tracing with parameters of type HttpRequestModifier and TypeMethodDescriptionSpanWrappedHttpHandler.execute
(HttpRequest req) TracedHttpClient.execute
(HttpRequest req) static void
HttpTracing.inject
(Tracer tracer, TraceContext context, HttpRequest request) boolean
SpanWrappedRoutable.matches
(HttpRequest req) static Span
HttpTracing.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)