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   
org.openqa.grid.web.servlet.beta   
 

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)
           
 RemoteProxy ProxySet.getProxyById(String id)
           
 RemoteProxy ProxySet.remove(RemoteProxy proxy)
          Removes the specified instance from the proxySet
 

Methods in org.openqa.grid.internal that return types with arguments of type RemoteProxy
 List<RemoteProxy> ProxySet.getBusyProxies()
           
 List<RemoteProxy> Registry.getUsedProxies()
           
 Iterator<RemoteProxy> ProxySet.iterator()
           
 

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.
 void ProxySet.add(RemoteProxy proxy)
           
 int RemoteProxy.compareTo(RemoteProxy o)
           
 boolean ProxySet.contains(RemoteProxy o)
           
 RemoteProxy ProxySet.remove(RemoteProxy proxy)
          Removes the specified instance from the proxySet
 void Registry.removeIfPresent(RemoteProxy proxy)
           
 

Constructors in org.openqa.grid.internal with parameters of type RemoteProxy
TestSlot(RemoteProxy proxy, SeleniumProtocol protocol, String path, 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 DefaultRemoteProxy
          Default remote proxy for selenium, handling both selenium1 and webdriver requests.
 class SeleniumRemoteProxy
          Deprecated. 
 class WebDriverRemoteProxy
          Deprecated. 
 

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

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

Uses of RemoteProxy in org.openqa.grid.web.servlet.beta
 

Methods in org.openqa.grid.web.servlet.beta with parameters of type RemoteProxy
static String WebProxyHtmlRendererBeta.getPlatform(RemoteProxy proxy)
          return the platform for the proxy.
 

Constructors in org.openqa.grid.web.servlet.beta with parameters of type RemoteProxy
WebProxyHtmlRendererBeta(RemoteProxy proxy)
           
 



Copyright © 2012. All Rights Reserved.