Package org.openqa.selenium.grid.node
Class ProtocolConvertingSession
- java.lang.Object
-
- org.openqa.selenium.grid.node.BaseActiveSession
-
- org.openqa.selenium.grid.node.ProtocolConvertingSession
-
- All Implemented Interfaces:
ActiveSession
,HttpHandler
- Direct Known Subclasses:
DockerSession
public abstract class ProtocolConvertingSession extends BaseActiveSession
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProtocolConvertingSession(Tracer tracer, HttpClient client, SessionId id, java.net.URL url, Dialect downstream, Dialect upstream, Capabilities stereotype, Capabilities capabilities, java.time.Instant startTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpResponse
execute(HttpRequest req)
-
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.grid.node.ActiveSession
stop
-
Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler
with
-
-
-
-
Constructor Detail
-
ProtocolConvertingSession
protected ProtocolConvertingSession(Tracer tracer, HttpClient client, SessionId id, java.net.URL url, Dialect downstream, Dialect upstream, Capabilities stereotype, Capabilities capabilities, java.time.Instant startTime)
-
-
Method Detail
-
execute
public HttpResponse execute(HttpRequest req)
-
-