Uses of Class
org.openqa.grid.common.RegistrationRequest

Packages that use RegistrationRequest
org.openqa.grid.common   
org.openqa.grid.internal   
org.openqa.grid.selenium   
org.openqa.grid.selenium.proxy   
 

Uses of RegistrationRequest in org.openqa.grid.common
 

Methods in org.openqa.grid.common that return RegistrationRequest
static RegistrationRequest RegistrationRequest.getNewInstance(String json)
          Create an object from a registration request formatted as a json string.
 

Uses of RegistrationRequest in org.openqa.grid.internal
 

Methods in org.openqa.grid.internal that return RegistrationRequest
 RegistrationRequest RemoteProxy.getOriginalRegistrationRequest()
          return the registration request that created the proxy in the first place.
 

Methods in org.openqa.grid.internal with parameters of type RegistrationRequest
static
<T extends RemoteProxy>
T
RemoteProxy.getNewInstance(RegistrationRequest request)
          Takes a registration request and return the RemoteProxy associated to it.
 

Constructors in org.openqa.grid.internal with parameters of type RegistrationRequest
RemoteProxy(RegistrationRequest request)
          Create the proxy from the info sent by the remote.
 

Uses of RegistrationRequest in org.openqa.grid.selenium
 

Methods in org.openqa.grid.selenium that return RegistrationRequest
 RegistrationRequest SelfRegisteringWebDriver.getRegistrationRequest()
           
 RegistrationRequest SelfRegisteringSelenium.getRegistrationRequest()
           
 RegistrationRequest SelfRegisteringRemote.getRegistrationRequest()
           
 

Uses of RegistrationRequest in org.openqa.grid.selenium.proxy
 

Constructors in org.openqa.grid.selenium.proxy with parameters of type RegistrationRequest
SeleniumRemoteProxy(RegistrationRequest request)
           
WebDriverRemoteProxy(RegistrationRequest request)
           
WebRemoteProxy(RegistrationRequest request)
           
 



Copyright © 2011. All Rights Reserved.