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

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

public class GetAllSessions
extends java.lang.Object
implements Handler


Constructor Summary
GetAllSessions(DriverSessions allSession)
           
 
Method Summary
 Response getResponse()
           
 ResultType handle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAllSessions

public GetAllSessions(DriverSessions allSession)
Method Detail

handle

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

getResponse

public Response getResponse()


Copyright © 2011. All Rights Reserved.