| Package | Description | 
|---|---|
| org.openqa.grid.internal | |
| org.openqa.grid.internal.utils | |
| org.openqa.grid.selenium.proxy | |
| org.openqa.grid.web.servlet.beta | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseRemoteProxy | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends RemoteProxy> | BaseRemoteProxy. getNewInstance(RegistrationRequest request,
              Registry registry)Takes a registration request and return the RemoteProxy associated to it. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| List<RemoteProxy> | ProxySet. getBusyProxies() | 
| List<RemoteProxy> | ProxySet. getSorted() | 
| List<RemoteProxy> | Registry. getUsedProxies() | 
| Iterator<RemoteProxy> | ProxySet. iterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | BaseRemoteProxy. 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) | 
| Constructor and Description | 
|---|
| TestSlot(RemoteProxy proxy,
        SeleniumProtocol protocol,
        String path,
        Map<String,Object> capabilities) | 
| Constructor and Description | 
|---|
| DefaultHtmlRenderer(RemoteProxy proxy) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultRemoteProxyDefault remote proxy for selenium, handling both selenium1 and webdriver requests. | 
| Constructor and Description | 
|---|
| WebProxyHtmlRenderer(RemoteProxy proxy) | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | WebProxyHtmlRendererBeta. getPlatform(RemoteProxy proxy)return the platform for the proxy. | 
| Constructor and Description | 
|---|
| WebProxyHtmlRendererBeta(RemoteProxy proxy) | 
Copyright © 2016. All rights reserved.