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
,org.openqa.selenium.remote.http.HttpHandler
public abstract class ProtocolConvertingSession extends BaseActiveSession
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProtocolConvertingSession(org.openqa.selenium.remote.http.HttpClient client, org.openqa.selenium.remote.SessionId id, java.net.URL url, org.openqa.selenium.remote.Dialect downstream, org.openqa.selenium.remote.Dialect upstream, org.openqa.selenium.Capabilities capabilities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.remote.http.HttpResponse
execute(org.openqa.selenium.remote.http.HttpRequest req)
-
Methods inherited from class org.openqa.selenium.grid.node.BaseActiveSession
asSession, getCapabilities, getDownstreamDialect, getId, 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
-
-
-
-
Constructor Detail
-
ProtocolConvertingSession
protected ProtocolConvertingSession(org.openqa.selenium.remote.http.HttpClient client, org.openqa.selenium.remote.SessionId id, java.net.URL url, org.openqa.selenium.remote.Dialect downstream, org.openqa.selenium.remote.Dialect upstream, org.openqa.selenium.Capabilities capabilities)
-
-