org.openqa.selenium.remote.server.handler
Class Status

java.lang.Object
  extended by org.openqa.selenium.remote.server.handler.Status
All Implemented Interfaces:
Handler

public class Status
extends Object
implements Handler

Handler that returns general status information about the server.


Constructor Summary
Status()
           
 
Method Summary
 org.openqa.selenium.remote.Response getResponse()
           
 ResultType 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

getResponse

public org.openqa.selenium.remote.Response getResponse()

handle

public ResultType handle()
                  throws Exception
Specified by:
handle in interface Handler
Throws:
Exception


Copyright © 2012. All Rights Reserved.