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.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
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)
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)
-