Package | Description |
---|---|
edu.umass.cs.benchlab.har |
Core classes of the HAR library (
HarLog is the top object representing a HAR file in memory) |
Modifier and Type | Method and Description |
---|---|
HarPageTimings |
HarPage.getPageTimings()
Returns the pageTimings value.
|
Modifier and Type | Method and Description |
---|---|
void |
HarPage.setPageTimings(HarPageTimings pageTimings)
Sets the pageTimings value.
|
Constructor and Description |
---|
HarPage(java.lang.String id,
java.util.Date startedDateTime,
java.lang.String title,
HarPageTimings pageTimings)
Creates a new
HarPage object |
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.