Class LocalSessionMap

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

    public class LocalSessionMap
    extends SessionMap
    • 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler

        with
    • Constructor Detail

      • LocalSessionMap

        public LocalSessionMap​(EventBus bus)
    • Method Detail

      • 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