public abstract class BaseGridRegistry extends java.lang.Object implements GridRegistry
Modifier and Type | Field and Description |
---|---|
protected GridHubConfiguration |
configuration
Deprecated.
|
protected org.openqa.selenium.remote.internal.HttpClientFactory |
httpClientFactory |
protected Hub |
hub |
KEY
Constructor and Description |
---|
BaseGridRegistry(Hub hub) |
Modifier and Type | Method and Description |
---|---|
GridHubConfiguration |
getConfiguration()
Deprecated.
|
org.openqa.selenium.remote.http.HttpClient |
getHttpClient(java.net.URL url) |
org.openqa.selenium.remote.internal.HttpClientFactory |
getHttpClientFactory()
Deprecated.
Use
getHttpClient(URL) . |
Hub |
getHub() |
void |
setHub(Hub hub)
Set the
Hub for this registry |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, addNewSessionRequest, clearNewSessionRequests, forceRelease, getActiveSessions, getAllProxies, getDesiredCapabilities, getExistingSession, getNewSessionRequestCount, getProxyById, getSession, getUsedProxies, removeIfPresent, removeNewSessionRequest, setThrowOnCapabilityNotPresent, start, stop, terminate
protected final org.openqa.selenium.remote.internal.HttpClientFactory httpClientFactory
@Deprecated protected GridHubConfiguration configuration
protected volatile Hub hub
public BaseGridRegistry(Hub hub)
@Deprecated public GridHubConfiguration getConfiguration()
getConfiguration
in interface GridRegistry
GridHubConfiguration
for this registryGridRegistry.getConfiguration()
public Hub getHub()
getHub
in interface GridRegistry
Hub
for this registry or null
if no Hub
is set.GridRegistry.getHub()
public void setHub(Hub hub)
GridRegistry
Hub
for this registrysetHub
in interface GridRegistry
GridRegistry.setHub(Hub)
@Deprecated public org.openqa.selenium.remote.internal.HttpClientFactory getHttpClientFactory()
getHttpClient(URL)
.getHttpClientFactory
in interface GridRegistry
HttpClientFactory
to useGridRegistry.getHttpClientFactory()
public org.openqa.selenium.remote.http.HttpClient getHttpClient(java.net.URL url)
getHttpClient
in interface GridRegistry
HttpClient.Factory
to use.