Class ServicedSession
- java.lang.Object
-
- org.openqa.selenium.grid.session.remote.RemoteSession
-
- org.openqa.selenium.grid.session.remote.ServicedSession
-
- All Implemented Interfaces:
ActiveSession
,HttpHandler
,WrapsDriver
public class ServicedSession extends RemoteSession
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServicedSession.Factory
-
Constructor Summary
Constructors Constructor Description ServicedSession(DriverService service, Dialect downstream, Dialect upstream, HttpHandler codec, 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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler
with
-
-
-
-
Constructor Detail
-
ServicedSession
public ServicedSession(DriverService service, Dialect downstream, Dialect upstream, HttpHandler codec, SessionId id, java.util.Map<java.lang.String,java.lang.Object> capabilities)
-
-