Class RemoteSessionMap
- java.lang.Object
-
- org.openqa.selenium.grid.sessionmap.SessionMap
-
- org.openqa.selenium.grid.sessionmap.remote.RemoteSessionMap
-
- All Implemented Interfaces:
org.openqa.selenium.remote.http.HttpHandler
,org.openqa.selenium.remote.http.Routable
public class RemoteSessionMap extends SessionMap
-
-
Field Summary
Fields Modifier and Type Field Description static org.openqa.selenium.json.Json
JSON
-
Fields inherited from class org.openqa.selenium.grid.sessionmap.SessionMap
tracer
-
-
Constructor Summary
Constructors Constructor Description RemoteSessionMap(io.opentracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(Session session)
Session
get(org.openqa.selenium.remote.SessionId id)
void
remove(org.openqa.selenium.remote.SessionId id)
-
Methods inherited from class org.openqa.selenium.grid.sessionmap.SessionMap
execute, matches
-
-
-
-
Method Detail
-
add
public boolean add(Session session)
- Specified by:
add
in classSessionMap
-
get
public Session get(org.openqa.selenium.remote.SessionId id)
- Specified by:
get
in classSessionMap
-
remove
public void remove(org.openqa.selenium.remote.SessionId id)
- Specified by:
remove
in classSessionMap
-
-