Class LocalSessionMap

  • All Implemented Interfaces:
    org.openqa.selenium.remote.http.HttpHandler, org.openqa.selenium.remote.http.Routable, HasReadyState

    public class LocalSessionMap
    extends SessionMap
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      LocalSessionMap​(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean add​(Session session)  
      static SessionMap create​(org.openqa.selenium.grid.config.Config config)  
      Session get​(org.openqa.selenium.remote.SessionId id)  
      boolean isReady()  
      void remove​(org.openqa.selenium.remote.SessionId id)  
      • 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 Detail

      • LocalSessionMap

        public LocalSessionMap​(org.openqa.selenium.remote.tracing.Tracer tracer,
                               EventBus bus)
    • Method Detail

      • create

        public static SessionMap create​(org.openqa.selenium.grid.config.Config config)
      • isReady

        public boolean isReady()
      • get

        public Session get​(org.openqa.selenium.remote.SessionId id)
        Specified by:
        get in class SessionMap
      • remove

        public void remove​(org.openqa.selenium.remote.SessionId id)
        Specified by:
        remove in class SessionMap