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

Packages that use RegistrationRequest
org.openqa.grid.common   
org.openqa.grid.internal   
org.openqa.grid.internal.utils   
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.build(java.lang.String... args)
           
static RegistrationRequest RegistrationRequest.getNewInstance(java.lang.String json)
          Create an object from a registration request formatted as a json string.
static RegistrationRequest RegistrationRequest.webdriverNoCapabilities()
           
 

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, Registry registry)
          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, Registry registry)
          Create the proxy from the info sent by the remote.
 

Uses of RegistrationRequest in org.openqa.grid.internal.utils
 

Constructors in org.openqa.grid.internal.utils with parameters of type RegistrationRequest
SelfRegisteringRemote(RegistrationRequest config)
           
 

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

Constructors in org.openqa.grid.selenium.proxy with parameters of type RegistrationRequest
DefaultRemoteProxy(RegistrationRequest request, Registry registry)
           
SeleniumRemoteProxy(RegistrationRequest request, Registry registry)
          Deprecated.  
WebDriverRemoteProxy(RegistrationRequest request, Registry registry)
          Deprecated.  
 



Copyright © 2011. All Rights Reserved.