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 |
---|---|
java.util.List<HarPostDataParam> |
HarPostDataParams.getPostDataParams()
Returns the postDataParams value.
|
Modifier and Type | Method and Description |
---|---|
void |
HarPostDataParams.addPostDataParam(HarPostDataParam postDataParam)
Add a new postDataParam to the list
|
Modifier and Type | Method and Description |
---|---|
void |
HarPostDataParams.setPostDataParams(java.util.List<HarPostDataParam> postDataParams)
Sets the postDataParams value.
|
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.