Package org.openqa.selenium.grid.node
Class BaseActiveSession
java.lang.Object
org.openqa.selenium.grid.node.BaseActiveSession
- All Implemented Interfaces:
ActiveSession
,HttpHandler
- Direct Known Subclasses:
DefaultActiveSession
-
Constructor Summary
ModifierConstructorDescriptionprotected
BaseActiveSession
(SessionId id, URL url, Dialect downstream, Dialect upstream, Capabilities stereotype, Capabilities capabilities, Instant startTime) -
Method Summary
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.grid.node.ActiveSession
stop
Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler
execute, with
-
Constructor Details
-
BaseActiveSession
protected BaseActiveSession(SessionId id, URL url, Dialect downstream, Dialect upstream, Capabilities stereotype, Capabilities capabilities, Instant startTime)
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceActiveSession
-
getStereotype
- Specified by:
getStereotype
in interfaceActiveSession
-
getCapabilities
- Specified by:
getCapabilities
in interfaceActiveSession
-
getStartTime
- Specified by:
getStartTime
in interfaceActiveSession
-
getUri
- Specified by:
getUri
in interfaceActiveSession
-
getUpstreamDialect
- Specified by:
getUpstreamDialect
in interfaceActiveSession
-
getDownstreamDialect
- Specified by:
getDownstreamDialect
in interfaceActiveSession
-
asSession
-