Class RemoteSessionMap

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

    public class RemoteSessionMap
    extends SessionMap
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.openqa.selenium.json.Json JSON  
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoteSessionMap​(org.openqa.selenium.remote.http.HttpClient client)  
    • 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
    • Field Detail

      • JSON

        public static final org.openqa.selenium.json.Json JSON
    • Constructor Detail

      • RemoteSessionMap

        public RemoteSessionMap​(org.openqa.selenium.remote.http.HttpClient client)
    • 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