Class LocalSessionMap
java.lang.Object
org.openqa.selenium.grid.sessionmap.SessionMap
org.openqa.selenium.grid.sessionmap.local.LocalSessionMap
- All Implemented Interfaces:
org.openqa.selenium.remote.http.HttpHandler
,org.openqa.selenium.remote.http.Routable
,HasReadyState
-
Field Summary
Fields inherited from class org.openqa.selenium.grid.sessionmap.SessionMap
tracer
-
Constructor Summary
ConstructorsConstructorDescriptionLocalSessionMap
(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus) -
Method Summary
Methods inherited from class org.openqa.selenium.grid.sessionmap.SessionMap
execute, getUri, matches
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.Routable
with
-
Constructor Details
-
LocalSessionMap
-
-
Method Details
-
create
-
isReady
public boolean isReady() -
add
- Specified by:
add
in classSessionMap
-
get
- Specified by:
get
in classSessionMap
-
remove
public void remove(org.openqa.selenium.remote.SessionId id) - Specified by:
remove
in classSessionMap
-