Uses of Interface
org.openqa.selenium.remote.http.HttpHandler
Packages that use HttpHandler
-
Uses of HttpHandler in org.openqa.selenium.remote.http
Subinterfaces 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.jdk
Classes in org.openqa.selenium.remote.http.jdk that implement HttpHandler