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
,HasReadyState
-
Field Summary
Fields inherited from class org.openqa.selenium.grid.sessionmap.SessionMap
tracer
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteSessionMap
(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient client) -
Method Summary
Methods inherited from class org.openqa.selenium.grid.sessionmap.SessionMap
execute, 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
-
RemoteSessionMap
public RemoteSessionMap(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient client)
-
-
Method Details
-
create
-
isReady
public boolean isReady() -
add
- Specified by:
add
in classSessionMap
-
get
- Specified by:
get
in classSessionMap
-
getUri
public URI getUri(org.openqa.selenium.remote.SessionId id) throws org.openqa.selenium.NoSuchSessionException - Overrides:
getUri
in classSessionMap
- Throws:
org.openqa.selenium.NoSuchSessionException
-
remove
public void remove(org.openqa.selenium.remote.SessionId id) - Specified by:
remove
in classSessionMap
-