Class NullSessionMap
java.lang.Object
org.openqa.selenium.grid.sessionmap.SessionMap
org.openqa.selenium.grid.sessionmap.NullSessionMap
- 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
Constructors -
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
-
NullSessionMap
public NullSessionMap(org.openqa.selenium.remote.tracing.Tracer tracer)
-
-
Method Details
-
add
- Specified by:
add
in classSessionMap
-
get
public Session get(org.openqa.selenium.remote.SessionId id) throws org.openqa.selenium.NoSuchSessionException - Specified by:
get
in classSessionMap
- Throws:
org.openqa.selenium.NoSuchSessionException
-
remove
public void remove(org.openqa.selenium.remote.SessionId id) - Specified by:
remove
in classSessionMap
-
isReady
public boolean isReady()
-