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 |
---|---|
HarContent |
HarResponse.getContent()
Returns the content value.
|
Modifier and Type | Method and Description |
---|---|
void |
HarResponse.setContent(HarContent content)
Sets the content value.
|
Constructor and Description |
---|
HarResponse(int status,
java.lang.String statusText,
java.lang.String httpVersion,
HarCookies cookies,
HarHeaders headers,
HarContent content,
java.lang.String redirectURL)
Creates a new
HarResponse object with all mandatory fields |
HarResponse(int status,
java.lang.String statusText,
java.lang.String httpVersion,
HarCookies cookies,
HarHeaders headers,
HarContent content,
java.lang.String redirectURL,
long headersSize,
long bodySize,
java.lang.String comment)
Creates a new
HarResponse object |
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.