| Har |
Main HTTP Archive Class.
|
| HarCache |
Information about a request coming from browser cache.
|
| HarCache.HarCacheInfo |
Information about a request coming from browser cache.
|
| HarContent |
Information about the response's content.
|
| HarCookie |
Information about a cookie used in request and/or response.
|
| HarCreatorBrowser |
Information about the application/browser used for creating HAR.
|
| HarEntry |
Information about a single HTTP request.
|
| HarHeader |
Information about a header used in request and/or response.
|
| HarLog |
Root object of exported data.
|
| HarPage |
Information about an exported page.
|
| HarPageTiming |
Information about events occurring during page load.
|
| HarPostData |
Information about POST data.
|
| HarPostDataParam |
Information about POST params.
|
| HarQueryParam |
Information about query params.
|
| HarRequest |
Information about a performed request.
|
| HarResponse |
|
| HarTiming |
This class is a merge of these 2 HarTiming implementations:
* https://github.com/lightbody/browsermob-proxy/blob/master/browsermob-core/src/main/java/net/lightbody/bmp/core/har/HarTimings.java
* https://github.com/sdstoehr/har-reader/blob/master/src/main/java/de/sstoehr/harreader/model/HarTiming.java
It primarily differs from the de.sdstoehr implementation in that it internally stores
metrics with nanosecond precision.
|