Uses of Interface
org.openqa.selenium.remote.http.HttpHandler
Packages that use HttpHandler
Package
Description
The
Distributor
is responsible for assigning new
calls to Create Session to a Node
.-
Uses of HttpHandler in org.openqa.selenium.devtools
Constructors in org.openqa.selenium.devtools with parameters of type HttpHandler -
Uses of HttpHandler in org.openqa.selenium.docker
Fields in org.openqa.selenium.docker declared as HttpHandlerConstructors in org.openqa.selenium.docker with parameters of type HttpHandler -
Uses of HttpHandler in org.openqa.selenium.docker.v1_41
Constructors in org.openqa.selenium.docker.v1_41 with parameters of type HttpHandler -
Uses of HttpHandler in org.openqa.selenium.grid
Fields in org.openqa.selenium.grid declared as HttpHandlerModifier and TypeFieldDescriptionfinal HttpHandler
TemplateGridServerCommand.Handlers.httpHandler
Method parameters in org.openqa.selenium.grid with type arguments of type HttpHandlerModifier and TypeMethodDescriptionprotected static Routable
TemplateGridServerCommand.graphqlRoute
(String prefix, Supplier<HttpHandler> handler) Constructors in org.openqa.selenium.grid with parameters of type HttpHandlerModifierConstructorDescriptionHandlers
(HttpHandler http, BiFunction<String, Consumer<Message>, Optional<Consumer<Message>>> websocketHandler) -
Uses of HttpHandler in org.openqa.selenium.grid.distributor
Classes in org.openqa.selenium.grid.distributor that implement HttpHandlerModifier and TypeClassDescriptionclass
class
-
Uses of HttpHandler in org.openqa.selenium.grid.distributor.local
Classes in org.openqa.selenium.grid.distributor.local that implement HttpHandler -
Uses of HttpHandler in org.openqa.selenium.grid.distributor.remote
Classes in org.openqa.selenium.grid.distributor.remote that implement HttpHandler -
Uses of HttpHandler in org.openqa.selenium.grid.graphql
Classes in org.openqa.selenium.grid.graphql that implement HttpHandler -
Uses of HttpHandler in org.openqa.selenium.grid.node
Subinterfaces of HttpHandler in org.openqa.selenium.grid.nodeClasses in org.openqa.selenium.grid.node that implement HttpHandlerModifier and TypeClassDescriptionclass
class
class
class
A place where individual webdriver sessions are running. -
Uses of HttpHandler in org.openqa.selenium.grid.node.docker
Classes in org.openqa.selenium.grid.node.docker that implement HttpHandler -
Uses of HttpHandler in org.openqa.selenium.grid.node.local
Classes in org.openqa.selenium.grid.node.local that implement HttpHandler -
Uses of HttpHandler in org.openqa.selenium.grid.node.remote
Classes in org.openqa.selenium.grid.node.remote that implement HttpHandler -
Uses of HttpHandler in org.openqa.selenium.grid.router
Classes in org.openqa.selenium.grid.router that implement HttpHandlerModifier and TypeClassDescriptionclass
A simple router that is aware of the selenium-protocol. -
Uses of HttpHandler in org.openqa.selenium.grid.security
Methods in org.openqa.selenium.grid.security that return HttpHandlerModifier and TypeMethodDescriptionAddSecretFilter.apply
(HttpHandler httpHandler) BasicAuthenticationFilter.apply
(HttpHandler next) RequiresSecretFilter.apply
(HttpHandler httpHandler) Methods in org.openqa.selenium.grid.security with parameters of type HttpHandlerModifier and TypeMethodDescriptionAddSecretFilter.apply
(HttpHandler httpHandler) BasicAuthenticationFilter.apply
(HttpHandler next) RequiresSecretFilter.apply
(HttpHandler httpHandler) -
Uses of HttpHandler in org.openqa.selenium.grid.session
Subinterfaces of HttpHandler in org.openqa.selenium.grid.session -
Uses of HttpHandler in org.openqa.selenium.grid.sessionmap
Classes in org.openqa.selenium.grid.sessionmap that implement HttpHandlerModifier and TypeClassDescriptionclass
class
Provides a stable API for looking up where on the Grid a particular webdriver instance is running. -
Uses of HttpHandler in org.openqa.selenium.grid.sessionmap.local
Classes in org.openqa.selenium.grid.sessionmap.local that implement HttpHandler -
Uses of HttpHandler in org.openqa.selenium.grid.sessionmap.remote
Classes in org.openqa.selenium.grid.sessionmap.remote that implement HttpHandler -
Uses of HttpHandler in org.openqa.selenium.grid.sessionqueue
Classes in org.openqa.selenium.grid.sessionqueue that implement HttpHandlerModifier and TypeClassDescriptionclass
class
class
-
Uses of HttpHandler in org.openqa.selenium.grid.sessionqueue.local
Classes in org.openqa.selenium.grid.sessionqueue.local that implement HttpHandlerModifier and TypeClassDescriptionclass
An in-memory implementation of the list of new session requests. -
Uses of HttpHandler in org.openqa.selenium.grid.sessionqueue.remote
Classes in org.openqa.selenium.grid.sessionqueue.remote that implement HttpHandler -
Uses of HttpHandler in org.openqa.selenium.grid.web
Classes in org.openqa.selenium.grid.web that implement HttpHandlerModifier and TypeClassDescriptionclass
class
class
class
class
class
AnHttpHandler
that obeys the contracted required by a Kubernetes health check, but which reads a selenium `/status` endpoint.Methods in org.openqa.selenium.grid.web that return HttpHandlerModifier and TypeMethodDescriptionCheckContentTypeHeader.apply
(HttpHandler httpHandler) CheckOriginHeader.apply
(HttpHandler httpHandler) EnsureSpecCompliantHeaders.apply
(HttpHandler httpHandler) EnsureSpecCompliantResponseHeaders.apply
(HttpHandler httpHandler) Methods in org.openqa.selenium.grid.web with parameters of type HttpHandlerModifier and TypeMethodDescriptionCheckContentTypeHeader.apply
(HttpHandler httpHandler) CheckOriginHeader.apply
(HttpHandler httpHandler) EnsureSpecCompliantHeaders.apply
(HttpHandler httpHandler) EnsureSpecCompliantResponseHeaders.apply
(HttpHandler httpHandler) Constructors in org.openqa.selenium.grid.web with parameters of type HttpHandlerModifierConstructorDescriptionStatusBasedReadinessCheck
(HttpHandler handler, HttpMethod method, String url) -
Uses of HttpHandler in org.openqa.selenium.netty.server
Constructors in org.openqa.selenium.netty.server with parameters of type HttpHandlerModifierConstructorDescriptionNettyServer
(BaseServerOptions options, HttpHandler handler) NettyServer
(BaseServerOptions options, HttpHandler handler, BiFunction<String, Consumer<Message>, Optional<Consumer<Message>>> websocketHandler) -
Uses of HttpHandler in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return HttpHandlerModifier and TypeMethodDescriptionAddWebDriverSpecHeaders.apply
(HttpHandler next) ErrorFilter.apply
(HttpHandler next) Methods in org.openqa.selenium.remote with parameters of type HttpHandlerModifier and TypeMethodDescriptionAddWebDriverSpecHeaders.apply
(HttpHandler next) ErrorFilter.apply
(HttpHandler next) ProtocolHandshake.createSession
(HttpHandler client, Command command) ProtocolHandshake.createSession
(HttpHandler client, NewSessionPayload payload) -
Uses of HttpHandler in org.openqa.selenium.remote.http
Subinterfaces of HttpHandler in org.openqa.selenium.remote.httpModifier and TypeInterfaceDescriptioninterface
Defines a simple client for making HTTP requests.interface
Classes in org.openqa.selenium.remote.http that implement HttpHandlerMethods in org.openqa.selenium.remote.http that return HttpHandlerModifier and TypeMethodDescriptiondefault HttpHandler
Filter.andFinally
(HttpHandler end) AddSeleniumUserAgent.apply
(HttpHandler next) DumpHttpExchangeFilter.apply
(HttpHandler next) RetryRequest.apply
(HttpHandler next) Route.fallbackTo
(Supplier<HttpHandler> handler) default HttpHandler
Methods in org.openqa.selenium.remote.http with parameters of type HttpHandlerModifier and TypeMethodDescriptiondefault HttpHandler
Filter.andFinally
(HttpHandler end) AddSeleniumUserAgent.apply
(HttpHandler next) DumpHttpExchangeFilter.apply
(HttpHandler next) RetryRequest.apply
(HttpHandler next) Method parameters in org.openqa.selenium.remote.http with type arguments of type HttpHandlerModifier and TypeMethodDescriptionRoute.fallbackTo
(Supplier<HttpHandler> handler) Route.PredicatedConfig.to
(Supplier<HttpHandler> handler) Route.TemplatizedRouteConfig.to
(Supplier<HttpHandler> handler) -
Uses of HttpHandler in org.openqa.selenium.remote.http.jdk
Classes in org.openqa.selenium.remote.http.jdk that implement HttpHandler -
Uses of HttpHandler in org.openqa.selenium.remote.tracing
Classes in org.openqa.selenium.remote.tracing that implement HttpHandlerModifier and TypeClassDescriptionclass
class
class
Methods in org.openqa.selenium.remote.tracing that return HttpHandlerMethods in org.openqa.selenium.remote.tracing with parameters of type HttpHandlerConstructors in org.openqa.selenium.remote.tracing with parameters of type HttpHandlerModifierConstructorDescriptionSpanWrappedHttpHandler
(Tracer tracer, Function<HttpRequest, String> namer, HttpHandler delegate)