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.internal.HttpClientFactory |
getHttpClientFactory() |
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)
public org.openqa.selenium.remote.internal.HttpClientFactory getHttpClientFactory()
getHttpClientFactory
in interface GridRegistry
HttpClientFactory
to useGridRegistry.getHttpClientFactory()