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 interfaceHttpClientDefines a simple client for making HTTP requests.interfaceRoutableClasses in org.openqa.selenium.remote.http that implement HttpHandler Modifier and Type Class Description classRemoteCallclassRouteMethods in org.openqa.selenium.remote.http that return HttpHandler Modifier and Type Method Description default HttpHandlerFilter. andFinally(HttpHandler end)HttpHandlerAddSeleniumUserAgent. apply(HttpHandler next)HttpHandlerRoute. fallbackTo(java.util.function.Supplier<HttpHandler> handler)default HttpHandlerHttpHandler. with(Filter filter)Methods in org.openqa.selenium.remote.http with parameters of type HttpHandler Modifier and Type Method Description default HttpHandlerFilter. andFinally(HttpHandler end)HttpHandlerAddSeleniumUserAgent. apply(HttpHandler next)Method parameters in org.openqa.selenium.remote.http with type arguments of type HttpHandler Modifier and Type Method Description HttpHandlerRoute. fallbackTo(java.util.function.Supplier<HttpHandler> handler)RouteRoute.PredicatedConfig. to(java.util.function.Supplier<HttpHandler> handler)RouteRoute.TemplatizedRouteConfig. to(java.util.function.Function<java.util.Map<java.lang.String,java.lang.String>,HttpHandler> handlerFunc)RouteRoute.TemplatizedRouteConfig. to(java.util.function.Supplier<HttpHandler> handler)
-