public abstract class BaseGridRegistry extends java.lang.Object implements GridRegistry
| Modifier and Type | Field and Description |
|---|---|
protected org.openqa.selenium.remote.http.HttpClient.Factory |
httpClientFactory |
protected Hub |
hub |
KEY| Constructor and Description |
|---|
BaseGridRegistry(Hub hub) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.remote.http.HttpClient |
getHttpClient(java.net.URL url)
Deprecated.
|
org.openqa.selenium.remote.http.HttpClient |
getHttpClient(java.net.URL url,
int connectionTimeout,
int readTimeout) |
Hub |
getHub() |
void |
setHub(Hub hub)
Set the
Hub for this registry |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addNewSessionRequest, clearNewSessionRequests, forceRelease, getActiveSessions, getAllProxies, getDesiredCapabilities, getExistingSession, getNewSessionRequestCount, getProxyById, getSession, getUsedProxies, removeIfPresent, removeNewSessionRequest, setThrowOnCapabilityNotPresent, start, stop, terminateprotected final org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory
protected volatile Hub hub
public BaseGridRegistry(Hub hub)
public Hub getHub()
getHub in interface GridRegistryHub for this registry or null if no Hub is set.GridRegistry.getHub()public void setHub(Hub hub)
GridRegistryHub for this registrysetHub in interface GridRegistryGridRegistry.setHub(Hub)public org.openqa.selenium.remote.http.HttpClient getHttpClient(java.net.URL url)
getHttpClient(URL, int, int)getHttpClient in interface GridRegistryHttpClient.Factory to use.public org.openqa.selenium.remote.http.HttpClient getHttpClient(java.net.URL url,
int connectionTimeout,
int readTimeout)
getHttpClient in interface GridRegistryurl - URLconnectionTimeout - intreadTimeout - intHttpClient.Factory to use.