Class ServicedSession
- java.lang.Object
-
- org.openqa.selenium.grid.session.remote.RemoteSession
-
- org.openqa.selenium.grid.session.remote.ServicedSession
-
- All Implemented Interfaces:
ActiveSession
,org.openqa.selenium.remote.http.HttpHandler
,org.openqa.selenium.WrapsDriver
public class ServicedSession extends RemoteSession
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServicedSession.Factory
-
Field Summary
-
Fields inherited from class org.openqa.selenium.grid.session.remote.RemoteSession
log
-
-
Constructor Summary
Constructors Constructor Description ServicedSession(org.openqa.selenium.remote.service.DriverService service, org.openqa.selenium.remote.Dialect downstream, org.openqa.selenium.remote.Dialect upstream, org.openqa.selenium.remote.http.HttpHandler codec, org.openqa.selenium.remote.SessionId id, java.util.Map<java.lang.String,java.lang.Object> capabilities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.management.ObjectName
getObjectName()
void
stop()
java.lang.String
toString()
-
Methods inherited from class org.openqa.selenium.grid.session.remote.RemoteSession
execute, getCapabilities, getDownstreamDialect, getFileSystem, getId, getUpstreamDialect, getWrappedDriver
-
-
-
-
Constructor Detail
-
ServicedSession
public ServicedSession(org.openqa.selenium.remote.service.DriverService service, org.openqa.selenium.remote.Dialect downstream, org.openqa.selenium.remote.Dialect upstream, org.openqa.selenium.remote.http.HttpHandler codec, org.openqa.selenium.remote.SessionId id, java.util.Map<java.lang.String,java.lang.Object> capabilities)
-
-