Uses of Interface
org.openqa.selenium.remote.http.HttpHandler
-
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)