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 |
---|---|
HarCacheRequest |
HarCache.getAfterRequest()
Returns the afterRequest value.
|
HarCacheRequest |
HarCache.getBeforeRequest()
Returns the beforeRequest value.
|
Modifier and Type | Method and Description |
---|---|
void |
HarCache.setAfterRequest(HarCacheRequest afterRequest)
Sets the afterRequest value.
|
void |
HarCache.setBeforeRequest(HarCacheRequest beforeRequest)
Sets the beforeRequest value.
|
Constructor and Description |
---|
HarCache(HarCacheRequest beforeRequest,
HarCacheRequest afterRequest,
java.lang.String comment)
Creates a new
HarCache object |
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.