Uses of Interface
org.openqa.selenium.remote.http.HttpHandler
-
-
Uses of HttpHandler in org.openqa.selenium.devtools
Constructors in org.openqa.selenium.devtools with parameters of type HttpHandler Constructor Description NetworkInterceptor(WebDriver driver, HttpHandler handler)
-
Uses of HttpHandler in org.openqa.selenium.docker
Fields in org.openqa.selenium.docker declared as HttpHandler Modifier and Type Field Description protected HttpHandler
Docker. client
Constructors in org.openqa.selenium.docker with parameters of type HttpHandler Constructor Description Docker(HttpHandler client)
-
Uses of HttpHandler in org.openqa.selenium.docker.v1_41
Constructors in org.openqa.selenium.docker.v1_41 with parameters of type HttpHandler Constructor Description V141Docker(HttpHandler client)
-
Uses of HttpHandler in org.openqa.selenium.grid
Fields in org.openqa.selenium.grid declared as HttpHandler Modifier and Type Field Description HttpHandler
TemplateGridServerCommand.Handlers. httpHandler
Method parameters in org.openqa.selenium.grid with type arguments of type HttpHandler Modifier and Type Method Description protected static Routable
TemplateGridServerCommand. graphqlRoute(java.lang.String prefix, java.util.function.Supplier<HttpHandler> handler)
Constructors in org.openqa.selenium.grid with parameters of type HttpHandler Constructor Description Handlers(HttpHandler http, java.util.function.BiFunction<java.lang.String,java.util.function.Consumer<Message>,java.util.Optional<java.util.function.Consumer<Message>>> websocketHandler)
-
Uses of HttpHandler in org.openqa.selenium.grid.distributor
Classes in org.openqa.selenium.grid.distributor that implement HttpHandler Modifier and Type Class Description class
Distributor
class
DrainNode
-
Uses of HttpHandler in org.openqa.selenium.grid.distributor.local
Classes in org.openqa.selenium.grid.distributor.local that implement HttpHandler Modifier and Type Class Description class
LocalDistributor
-
Uses of HttpHandler in org.openqa.selenium.grid.distributor.remote
Classes in org.openqa.selenium.grid.distributor.remote that implement HttpHandler Modifier and Type Class Description class
RemoteDistributor
-
Uses of HttpHandler in org.openqa.selenium.grid.graphql
Classes in org.openqa.selenium.grid.graphql that implement HttpHandler Modifier and Type Class Description class
GraphqlHandler
-
Uses of HttpHandler in org.openqa.selenium.grid.node
Subinterfaces of HttpHandler in org.openqa.selenium.grid.node Modifier and Type Interface Description interface
ActiveSession
Classes in org.openqa.selenium.grid.node that implement HttpHandler Modifier and Type Class Description class
BaseActiveSession
class
Drain
class
Node
A place where individual webdriver sessions are running.class
ProtocolConvertingSession
-
Uses of HttpHandler in org.openqa.selenium.grid.node.docker
Classes in org.openqa.selenium.grid.node.docker that implement HttpHandler Modifier and Type Class Description class
DockerSession
-
Uses of HttpHandler in org.openqa.selenium.grid.node.local
Classes in org.openqa.selenium.grid.node.local that implement HttpHandler Modifier and Type Class Description class
LocalNode
class
SessionSlot
-
Uses of HttpHandler in org.openqa.selenium.grid.node.remote
Classes in org.openqa.selenium.grid.node.remote that implement HttpHandler Modifier and Type Class Description class
RemoteNode
-
Uses of HttpHandler in org.openqa.selenium.grid.router
Classes in org.openqa.selenium.grid.router that implement HttpHandler Modifier and Type Class Description class
Router
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 HttpHandler Modifier and Type Method Description HttpHandler
AddSecretFilter. apply(HttpHandler httpHandler)
HttpHandler
BasicAuthenticationFilter. apply(HttpHandler next)
HttpHandler
RequiresSecretFilter. apply(HttpHandler httpHandler)
Methods in org.openqa.selenium.grid.security with parameters of type HttpHandler Modifier and Type Method Description HttpHandler
AddSecretFilter. apply(HttpHandler httpHandler)
HttpHandler
BasicAuthenticationFilter. apply(HttpHandler next)
HttpHandler
RequiresSecretFilter. apply(HttpHandler httpHandler)
-
Uses of HttpHandler in org.openqa.selenium.grid.server
Methods in org.openqa.selenium.grid.server with parameters of type HttpHandler Modifier and Type Method Description static void
JeeInterop. execute(HttpHandler handler, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Uses of HttpHandler in org.openqa.selenium.grid.session
Subinterfaces of HttpHandler in org.openqa.selenium.grid.session Modifier and Type Interface Description interface
ActiveSession
-
Uses of HttpHandler in org.openqa.selenium.grid.session.remote
Classes in org.openqa.selenium.grid.session.remote that implement HttpHandler Modifier and Type Class Description class
RemoteSession
Abstract class designed to do things like protocol conversion.class
ServicedSession
Methods in org.openqa.selenium.grid.session.remote with parameters of type HttpHandler Modifier and Type Method Description protected abstract ActiveSession
RemoteSession.Factory. newActiveSession(X additionalData, Dialect downstream, Dialect upstream, HttpHandler codec, SessionId id, java.util.Map<java.lang.String,java.lang.Object> capabilities)
protected ServicedSession
ServicedSession.Factory. newActiveSession(DriverService service, Dialect downstream, Dialect upstream, HttpHandler codec, SessionId id, java.util.Map<java.lang.String,java.lang.Object> capabilities)
Constructors in org.openqa.selenium.grid.session.remote with parameters of type HttpHandler Constructor Description RemoteSession(Dialect downstream, Dialect upstream, HttpHandler codec, SessionId id, java.util.Map<java.lang.String,java.lang.Object> capabilities)
ServicedSession(DriverService service, Dialect downstream, Dialect upstream, HttpHandler codec, SessionId id, java.util.Map<java.lang.String,java.lang.Object> capabilities)
-
Uses of HttpHandler in org.openqa.selenium.grid.sessionmap
Classes in org.openqa.selenium.grid.sessionmap that implement HttpHandler Modifier and Type Class Description class
NullSessionMap
class
SessionMap
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 Modifier and Type Class Description class
LocalSessionMap
-
Uses of HttpHandler in org.openqa.selenium.grid.sessionmap.remote
Classes in org.openqa.selenium.grid.sessionmap.remote that implement HttpHandler Modifier and Type Class Description class
RemoteSessionMap
-
Uses of HttpHandler in org.openqa.selenium.grid.sessionqueue
Classes in org.openqa.selenium.grid.sessionqueue that implement HttpHandler Modifier and Type Class Description class
ClearSessionQueue
class
NewSessionQueue
class
RemoveFromSessionQueue
-
Uses of HttpHandler in org.openqa.selenium.grid.sessionqueue.local
Classes in org.openqa.selenium.grid.sessionqueue.local that implement HttpHandler Modifier and Type Class Description class
LocalNewSessionQueue
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 Modifier and Type Class Description class
RemoteNewSessionQueue
-
Uses of HttpHandler in org.openqa.selenium.grid.web
Classes in org.openqa.selenium.grid.web that implement HttpHandler Modifier and Type Class Description class
CombinedHandler
class
GridUiRoute
class
NoHandler
class
ProtocolConverter
class
ResourceHandler
class
ReverseProxyHandler
class
StatusBasedReadinessCheck
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 HttpHandler Modifier and Type Method Description HttpHandler
CheckContentTypeHeader. apply(HttpHandler httpHandler)
HttpHandler
CheckOriginHeader. apply(HttpHandler httpHandler)
HttpHandler
EnsureSpecCompliantHeaders. apply(HttpHandler httpHandler)
HttpHandler
EnsureSpecCompliantResponseHeaders. apply(HttpHandler httpHandler)
Methods in org.openqa.selenium.grid.web with parameters of type HttpHandler Modifier and Type Method Description HttpHandler
CheckContentTypeHeader. apply(HttpHandler httpHandler)
HttpHandler
CheckOriginHeader. apply(HttpHandler httpHandler)
HttpHandler
EnsureSpecCompliantHeaders. apply(HttpHandler httpHandler)
HttpHandler
EnsureSpecCompliantResponseHeaders. apply(HttpHandler httpHandler)
Constructors in org.openqa.selenium.grid.web with parameters of type HttpHandler Constructor Description StatusBasedReadinessCheck(HttpHandler handler, HttpMethod method, java.lang.String url)
-
Uses of HttpHandler in org.openqa.selenium.netty.server
Constructors in org.openqa.selenium.netty.server with parameters of type HttpHandler Constructor Description NettyServer(BaseServerOptions options, HttpHandler handler)
NettyServer(BaseServerOptions options, HttpHandler handler, java.util.function.BiFunction<java.lang.String,java.util.function.Consumer<Message>,java.util.Optional<java.util.function.Consumer<Message>>> websocketHandler)
-
Uses of HttpHandler in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return HttpHandler Modifier and Type Method Description HttpHandler
AddWebDriverSpecHeaders. apply(HttpHandler next)
HttpHandler
ErrorFilter. apply(HttpHandler next)
Methods in org.openqa.selenium.remote with parameters of type HttpHandler Modifier and Type Method Description HttpHandler
AddWebDriverSpecHeaders. apply(HttpHandler next)
HttpHandler
ErrorFilter. apply(HttpHandler next)
ProtocolHandshake.Result
ProtocolHandshake. createSession(HttpHandler client, Command command)
Either<SessionNotCreatedException,ProtocolHandshake.Result>
ProtocolHandshake. createSession(HttpHandler client, NewSessionPayload payload)
-
Uses of HttpHandler in org.openqa.selenium.remote.http
Subinterfaces of HttpHandler in org.openqa.selenium.remote.http Modifier and Type Interface Description interface
HttpClient
Defines a simple client for making HTTP requests.interface
Routable
Classes in org.openqa.selenium.remote.http that implement HttpHandler Modifier and Type Class Description class
RemoteCall
class
Route
Methods in org.openqa.selenium.remote.http that return HttpHandler Modifier and Type Method Description default HttpHandler
Filter. andFinally(HttpHandler end)
HttpHandler
AddSeleniumUserAgent. apply(HttpHandler next)
HttpHandler
DumpHttpExchangeFilter. apply(HttpHandler next)
HttpHandler
RetryRequest. apply(HttpHandler next)
HttpHandler
Route. fallbackTo(java.util.function.Supplier<HttpHandler> handler)
default HttpHandler
HttpHandler. with(Filter filter)
Methods in org.openqa.selenium.remote.http with parameters of type HttpHandler Modifier and Type Method Description default HttpHandler
Filter. andFinally(HttpHandler end)
HttpHandler
AddSeleniumUserAgent. apply(HttpHandler next)
HttpHandler
DumpHttpExchangeFilter. apply(HttpHandler next)
HttpHandler
RetryRequest. apply(HttpHandler next)
Method parameters in org.openqa.selenium.remote.http with type arguments of type HttpHandler Modifier and Type Method Description HttpHandler
Route. fallbackTo(java.util.function.Supplier<HttpHandler> handler)
Route
Route.PredicatedConfig. to(java.util.function.Supplier<HttpHandler> handler)
Route
Route.TemplatizedRouteConfig. to(java.util.function.Function<java.util.Map<java.lang.String,java.lang.String>,HttpHandler> handlerFunc)
Route
Route.TemplatizedRouteConfig. to(java.util.function.Supplier<HttpHandler> handler)
-
Uses of HttpHandler in org.openqa.selenium.remote.http.netty
Classes in org.openqa.selenium.remote.http.netty that implement HttpHandler Modifier and Type Class Description class
NettyClient
class
NettyHttpHandler
-
Uses of HttpHandler in org.openqa.selenium.remote.tracing
Classes in org.openqa.selenium.remote.tracing that implement HttpHandler Modifier and Type Class Description class
SpanWrappedHttpHandler
class
SpanWrappedRoutable
class
TracedHttpClient
Methods in org.openqa.selenium.remote.tracing that return HttpHandler Modifier and Type Method Description HttpHandler
SpanDecorator. apply(HttpHandler handler)
Methods in org.openqa.selenium.remote.tracing with parameters of type HttpHandler Modifier and Type Method Description HttpHandler
SpanDecorator. apply(HttpHandler handler)
Constructors in org.openqa.selenium.remote.tracing with parameters of type HttpHandler Constructor Description SpanWrappedHttpHandler(Tracer tracer, java.util.function.Function<HttpRequest,java.lang.String> namer, HttpHandler delegate)
-