|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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(java.lang.String id)
|
RemoteProxy |
ProxySet.getProxyById(java.lang.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 | |
---|---|
java.util.List<RemoteProxy> |
ProxySet.getBusyProxies()
|
java.util.List<RemoteProxy> |
Registry.getUsedProxies()
|
java.util.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,
java.lang.String path,
java.util.Map<java.lang.String,java.lang.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |