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

Packages that use RemoteProxy
org.openqa.grid.internal   
org.openqa.grid.internal.utils   
org.openqa.grid.selenium.proxy   
org.openqa.grid.selenium.utils   
 

Uses of RemoteProxy in org.openqa.grid.internal
 

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

Methods in org.openqa.grid.internal that return RemoteProxy
 RemoteProxy TestSlot.getProxy()
           
 RemoteProxy Registry.getProxyById(String id)
           
 

Methods in org.openqa.grid.internal that return types with arguments of type RemoteProxy
 Set<RemoteProxy> Registry.getAllProxies()
           
 List<RemoteProxy> Registry.getUsedProxies()
           
 

Methods in org.openqa.grid.internal with parameters of type RemoteProxy
 void Registry.add(RemoteProxy proxy)
          Add a proxy to the list of proxy available for the grid to managed and link the proxy to the registry.
 int RemoteProxy.compareTo(RemoteProxy o)
           
 

Constructors in org.openqa.grid.internal with parameters of type RemoteProxy
TestSlot(RemoteProxy proxy, Map<String,Object> capabilities)
           
 

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

Constructors in org.openqa.grid.internal.utils with parameters of type RemoteProxy
DefaultHtmlRenderer(RemoteProxy proxy)
           
 

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

Subclasses of RemoteProxy in org.openqa.grid.selenium.proxy
 class SeleniumRemoteProxy
           
 class WebDriverRemoteProxy
           
 class WebRemoteProxy
           
 

Uses of RemoteProxy in org.openqa.grid.selenium.utils
 

Constructors in org.openqa.grid.selenium.utils with parameters of type RemoteProxy
WebProxyHtmlRenderer(RemoteProxy proxy)
           
 



Copyright © 2011. All Rights Reserved.