-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public final class DefaultBrowserManager extends BrowserManager
-
-
Constructor Summary
Constructors Constructor Description DefaultBrowserManager(ImmutableConfig conf)
-
Method Summary
Modifier and Type Method Description final Map<BrowserId, Browser>getBrowsers()final ImmutableConfiggetConf()-
Methods inherited from class ai.platon.pulsar.protocol.browser.emulator.DefaultBrowserManager
close, closeBrowser, closeBrowser, closeDriver, closeLeastValuableDriver, destroyBrowserForcibly, destroyZombieBrowsersForcibly, findBrowser, findLeastValuableDriver, launch, maintain -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getBrowsers
final Map<BrowserId, Browser> getBrowsers()
-
getConf
final ImmutableConfig getConf()
-
-
-
-