Class GetAllSessions
- java.lang.Object
-
- org.openqa.selenium.remote.server.handler.GetAllSessions
-
- All Implemented Interfaces:
RestishHandler<java.util.List<GetAllSessions.SessionInfo>>
public class GetAllSessions extends java.lang.Object implements RestishHandler<java.util.List<GetAllSessions.SessionInfo>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetAllSessions.SessionInfo
-
Constructor Summary
Constructors Constructor Description GetAllSessions(DriverSessions allSession)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.remote.Response
getResponse()
java.util.List<GetAllSessions.SessionInfo>
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
-
-
-
-
Constructor Detail
-
GetAllSessions
public GetAllSessions(DriverSessions allSession)
-
-
Method Detail
-
handle
public java.util.List<GetAllSessions.SessionInfo> handle()
- Specified by:
handle
in interfaceRestishHandler<java.util.List<GetAllSessions.SessionInfo>>
-
getResponse
public org.openqa.selenium.remote.Response getResponse()
-
-