Class 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
    • Constructor Detail

      • Status

        public Status()
    • Method Detail

      • handle

        public org.openqa.selenium.remote.Response handle()
        Specified by:
        handle in interface RestishHandler<org.openqa.selenium.remote.Response>