Uses of Class
org.openqa.grid.internal.ExternalSessionKey

Packages that use ExternalSessionKey
org.openqa.grid.internal   
org.openqa.grid.web.servlet.handler   
 

Uses of ExternalSessionKey in org.openqa.grid.internal
 

Methods in org.openqa.grid.internal that return ExternalSessionKey
static ExternalSessionKey ExternalSessionKey.fromJSON(java.lang.String keyString)
           
static ExternalSessionKey ExternalSessionKey.fromResponseBody(java.lang.String responseBody)
          extract the external key from the server response for a selenium1 new session request.
static ExternalSessionKey ExternalSessionKey.fromSe1Request(java.lang.String piece)
           
static ExternalSessionKey ExternalSessionKey.fromString(java.lang.String keyString)
           
static ExternalSessionKey ExternalSessionKey.fromWebDriverRequest(java.lang.String path)
          extract the session xxx from http://host:port/a/b/c/session/xxx/...
 ExternalSessionKey TestSession.getExternalKey()
          Get the session key from the remote.
 

Methods in org.openqa.grid.internal with parameters of type ExternalSessionKey
 TestSession Registry.getSession(ExternalSessionKey externalKey)
          gets the test session associated to this external key.
 void TestSession.setExternalKey(ExternalSessionKey externalKey)
          associate this session to the session provided by the remote.
 

Uses of ExternalSessionKey in org.openqa.grid.web.servlet.handler
 

Methods in org.openqa.grid.web.servlet.handler that return ExternalSessionKey
 ExternalSessionKey Selenium1RequestHandler.extractSession()
           
abstract  ExternalSessionKey RequestHandler.extractSession()
          Extract the session from the request.
 ExternalSessionKey WebDriverRequestHandler.extractSession()
           
 ExternalSessionKey Selenium1RequestHandler.forwardNewSessionRequest(TestSession session)
           
abstract  ExternalSessionKey RequestHandler.forwardNewSessionRequest(TestSession session)
          Forward the new session request to the TestSession that has been assigned, and parse the response to extract and return the external key assigned by the remote.
 ExternalSessionKey WebDriverRequestHandler.forwardNewSessionRequest(TestSession session)
           
 ExternalSessionKey RequestHandler.getServerSession()
          return the session from the server ( = opaque handle used by the server to determine where to route session-specific commands fro mthe JSON wire protocol ). will be null until the request has been processed.
 



Copyright © 2011. All Rights Reserved.