Class NewSessionRequest


  • public class NewSessionRequest
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NewSessionRequest​(RequestId requestId, java.util.concurrent.CountDownLatch latch)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CountDownLatch getLatch()  
      org.openqa.selenium.remote.http.HttpResponse getSessionResponse()  
      void setSessionResponse​(org.openqa.selenium.remote.http.HttpResponse sessionResponse)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NewSessionRequest

        public NewSessionRequest​(RequestId requestId,
                                 java.util.concurrent.CountDownLatch latch)
    • Method Detail

      • getLatch

        public java.util.concurrent.CountDownLatch getLatch()
      • setSessionResponse

        public void setSessionResponse​(org.openqa.selenium.remote.http.HttpResponse sessionResponse)
      • getSessionResponse

        public org.openqa.selenium.remote.http.HttpResponse getSessionResponse()