Class NullSessionMap

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

    public class NullSessionMap
    extends SessionMap
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      NullSessionMap​(org.openqa.selenium.remote.tracing.Tracer tracer)  
    • 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)  
      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

      • NullSessionMap

        public NullSessionMap​(org.openqa.selenium.remote.tracing.Tracer tracer)
    • Method Detail

      • get

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

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

        public boolean isReady()