| Modifier and Type | Field and Description |
|---|---|
static ExceptionReactor |
ExceptionReactor.LOG_AND_SUPPRESS
Log the exception and return a null result.
|
static ExceptionReactor |
ExceptionReactor.PROPAGATE
Allow the exception to propagate up the stack.
|
static ExceptionReactor |
ExceptionReactor.SUPPRESS
Suppress the exception and return a null result.
|
| Modifier and Type | Method and Description |
|---|---|
TrafficCollectorImpl.Builder |
TrafficCollectorImpl.Builder.onException(ExceptionReactor exceptionReactor) |
| Constructor and Description |
|---|
TrafficCollectorImpl(WebDriverFactory webDriverFactory,
net.lightbody.bmp.mitm.CertificateAndKeySource certificateAndKeySource,
Supplier<InetSocketAddress> upstreamProxyProvider,
Iterable<? extends org.littleshoot.proxy.HttpFiltersSource> httpFiltersSources,
Supplier<? extends net.lightbody.bmp.BrowserMobProxy> interceptingProxyInstantiator,
Iterable<? extends HarPostProcessor> harPostProcessors,
ExceptionReactor exceptionReactor)
Constructs an instance of the class.
|
Copyright © 2016–2018. All rights reserved.