Package org.openqa.selenium.grid.web
Class StatusBasedReadinessCheck
java.lang.Object
org.openqa.selenium.grid.web.StatusBasedReadinessCheck
- All Implemented Interfaces:
HttpHandler
An
HttpHandler
that obeys the contracted required by a Kubernetes health check, but which
reads a selenium `/status` endpoint.-
Constructor Summary
ConstructorDescriptionStatusBasedReadinessCheck
(HttpHandler handler, HttpMethod method, String url) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler
with
-
Constructor Details
-
StatusBasedReadinessCheck
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceHttpHandler
- Throws:
UncheckedIOException
-