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
ConstructorsModifierConstructorDescriptionprotectedBaseActiveSession(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, waitMethods inherited from interface org.openqa.selenium.grid.node.ActiveSession
stopMethods 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:
getIdin interfaceActiveSession
-
getStereotype
- Specified by:
getStereotypein interfaceActiveSession
-
getCapabilities
- Specified by:
getCapabilitiesin interfaceActiveSession
-
getStartTime
- Specified by:
getStartTimein interfaceActiveSession
-
getUri
- Specified by:
getUriin interfaceActiveSession
-
getUpstreamDialect
- Specified by:
getUpstreamDialectin interfaceActiveSession
-
getDownstreamDialect
- Specified by:
getDownstreamDialectin interfaceActiveSession
-
asSession
-