| Modifier and Type | Method and Description |
|---|---|
<R> HarPlus<R> |
TrafficCollectorImpl.collect(TrafficGenerator<R> generator) |
<R> HarPlus<R> |
TrafficCollector.collect(TrafficGenerator<R> generator)
Collects traffic generated by the given generator into a HAR.
|
<R> HarPlus<R> |
TrafficCollectorImpl.collect(TrafficGenerator<R> generator,
TrafficMonitor monitor) |
<R> HarPlus<R> |
TrafficCollector.collect(TrafficGenerator<R> generator,
TrafficMonitor monitor)
Collects traffic generated by the given generator into a HAR.
|
<R> R |
TrafficCollectorImpl.drive(TrafficGenerator<R> generator) |
<R> R |
TrafficCollector.drive(TrafficGenerator<R> generator)
Causes traffic to be generated by the given generator and returns the result.
|
<R> R |
TrafficCollectorImpl.monitor(TrafficGenerator<R> generator,
TrafficMonitor monitor) |
<R> R |
TrafficCollector.monitor(TrafficGenerator<R> generator,
TrafficMonitor monitor)
Monitors traffic generated by the given generator.
|
Copyright © 2016–2018. All rights reserved.