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 |
---|---|
HarCache |
HarEntry.getCache()
Returns the cache value.
|
Modifier and Type | Method and Description |
---|---|
void |
HarEntry.setCache(HarCache cache)
Sets the cache value.
|
Constructor and Description |
---|
HarEntry(java.util.Date startedDateTime,
long time,
HarRequest request,
HarResponse response,
HarCache cache,
HarEntryTimings timings)
Creates a new
HarEntry object |
HarEntry(java.lang.String pageRef,
java.util.Date startedDateTime,
long time,
HarRequest request,
HarResponse response,
HarCache cache,
HarEntryTimings timings,
java.lang.String serverIPAddress,
java.lang.String connection,
java.lang.String comment)
Creates a new
HarEntry object |
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.