Class Status
- java.lang.Object
-
- org.openqa.selenium.remote.server.handler.Status
-
- All Implemented Interfaces:
RestishHandler<org.openqa.selenium.remote.Response>
public class Status extends java.lang.Object implements RestishHandler<org.openqa.selenium.remote.Response>
RestishHandler that returns general status information about the server.
-
-
Constructor Summary
Constructors Constructor Description Status()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.remote.Response
handle()
-
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.server.rest.RestishHandler
setJsonParameters
-
-
-
-
Method Detail
-
handle
public org.openqa.selenium.remote.Response handle()
- Specified by:
handle
in interfaceRestishHandler<org.openqa.selenium.remote.Response>
-
-