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.devtoolsConstructors in org.openqa.selenium.devtools with parameters of type HttpHandler
- 
Uses of HttpHandler in org.openqa.selenium.dockerFields 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_41Constructors in org.openqa.selenium.docker.v1_41 with parameters of type HttpHandler
- 
Uses of HttpHandler in org.openqa.selenium.gridFields in org.openqa.selenium.grid declared as HttpHandlerModifier and TypeFieldDescriptionfinal HttpHandlerTemplateGridServerCommand.Handlers.httpHandlerMethod parameters in org.openqa.selenium.grid with type arguments of type HttpHandlerModifier and TypeMethodDescriptionprotected static RoutableTemplateGridServerCommand.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.distributorClasses in org.openqa.selenium.grid.distributor that implement HttpHandlerModifier and TypeClassDescriptionclassclass
- 
Uses of HttpHandler in org.openqa.selenium.grid.distributor.localClasses in org.openqa.selenium.grid.distributor.local that implement HttpHandler
- 
Uses of HttpHandler in org.openqa.selenium.grid.distributor.remoteClasses in org.openqa.selenium.grid.distributor.remote that implement HttpHandler
- 
Uses of HttpHandler in org.openqa.selenium.grid.graphqlClasses in org.openqa.selenium.grid.graphql that implement HttpHandler
- 
Uses of HttpHandler in org.openqa.selenium.grid.nodeSubinterfaces of HttpHandler in org.openqa.selenium.grid.nodeClasses in org.openqa.selenium.grid.node that implement HttpHandlerModifier and TypeClassDescriptionclassclassclassclassA place where individual webdriver sessions are running.
- 
Uses of HttpHandler in org.openqa.selenium.grid.node.dockerClasses in org.openqa.selenium.grid.node.docker that implement HttpHandler
- 
Uses of HttpHandler in org.openqa.selenium.grid.node.localClasses in org.openqa.selenium.grid.node.local that implement HttpHandler
- 
Uses of HttpHandler in org.openqa.selenium.grid.node.remoteClasses in org.openqa.selenium.grid.node.remote that implement HttpHandler
- 
Uses of HttpHandler in org.openqa.selenium.grid.routerClasses in org.openqa.selenium.grid.router that implement HttpHandlerModifier and TypeClassDescriptionclassA simple router that is aware of the selenium-protocol.
- 
Uses of HttpHandler in org.openqa.selenium.grid.securityMethods 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.sessionSubinterfaces of HttpHandler in org.openqa.selenium.grid.session
- 
Uses of HttpHandler in org.openqa.selenium.grid.sessionmapClasses in org.openqa.selenium.grid.sessionmap that implement HttpHandlerModifier and TypeClassDescriptionclassclassProvides 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.localClasses in org.openqa.selenium.grid.sessionmap.local that implement HttpHandler
- 
Uses of HttpHandler in org.openqa.selenium.grid.sessionmap.remoteClasses in org.openqa.selenium.grid.sessionmap.remote that implement HttpHandler
- 
Uses of HttpHandler in org.openqa.selenium.grid.sessionqueueClasses in org.openqa.selenium.grid.sessionqueue that implement HttpHandlerModifier and TypeClassDescriptionclassclassclass
- 
Uses of HttpHandler in org.openqa.selenium.grid.sessionqueue.localClasses in org.openqa.selenium.grid.sessionqueue.local that implement HttpHandlerModifier and TypeClassDescriptionclassAn in-memory implementation of the list of new session requests.
- 
Uses of HttpHandler in org.openqa.selenium.grid.sessionqueue.remoteClasses in org.openqa.selenium.grid.sessionqueue.remote that implement HttpHandler
- 
Uses of HttpHandler in org.openqa.selenium.grid.webClasses in org.openqa.selenium.grid.web that implement HttpHandlerModifier and TypeClassDescriptionclassclassclassclassclassclassAnHttpHandlerthat 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.serverConstructors 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.remoteMethods 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.httpSubinterfaces of HttpHandler in org.openqa.selenium.remote.httpModifier and TypeInterfaceDescriptioninterfaceDefines a simple client for making HTTP requests.interfaceClasses in org.openqa.selenium.remote.http that implement HttpHandlerMethods in org.openqa.selenium.remote.http that return HttpHandlerModifier and TypeMethodDescriptiondefault HttpHandlerFilter.andFinally(HttpHandler end) AddSeleniumUserAgent.apply(HttpHandler next) DumpHttpExchangeFilter.apply(HttpHandler next) RetryRequest.apply(HttpHandler next) Route.fallbackTo(Supplier<HttpHandler> handler) default HttpHandlerMethods in org.openqa.selenium.remote.http with parameters of type HttpHandlerModifier and TypeMethodDescriptiondefault HttpHandlerFilter.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.jdkClasses in org.openqa.selenium.remote.http.jdk that implement HttpHandler
- 
Uses of HttpHandler in org.openqa.selenium.remote.tracingClasses in org.openqa.selenium.remote.tracing that implement HttpHandlerModifier and TypeClassDescriptionclassclassclassMethods 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)