Package org.openqa.selenium.grid.node
Class DefaultActiveSession
java.lang.Object
org.openqa.selenium.grid.node.BaseActiveSession
org.openqa.selenium.grid.node.DefaultActiveSession
- All Implemented Interfaces:
ActiveSession
,org.openqa.selenium.remote.http.HttpHandler
- Direct Known Subclasses:
DockerSession
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DefaultActiveSession
(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient client, org.openqa.selenium.remote.SessionId id, URL url, org.openqa.selenium.remote.Dialect downstream, org.openqa.selenium.remote.Dialect upstream, org.openqa.selenium.Capabilities stereotype, org.openqa.selenium.Capabilities capabilities, Instant startTime) -
Method Summary
Methods inherited from class org.openqa.selenium.grid.node.BaseActiveSession
asSession, getCapabilities, getDownstreamDialect, getId, getStartTime, getStereotype, getUpstreamDialect, getUri
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.http.HttpHandler
with
-
Constructor Details
-
DefaultActiveSession
protected DefaultActiveSession(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient client, org.openqa.selenium.remote.SessionId id, URL url, org.openqa.selenium.remote.Dialect downstream, org.openqa.selenium.remote.Dialect upstream, org.openqa.selenium.Capabilities stereotype, org.openqa.selenium.Capabilities capabilities, Instant startTime)
-
-
Method Details
-
execute
public org.openqa.selenium.remote.http.HttpResponse execute(org.openqa.selenium.remote.http.HttpRequest req) throws UncheckedIOException - Throws:
UncheckedIOException
-
stop
public void stop()
-