Package | Description |
---|---|
edu.umass.cs.benchlab.har |
Core classes of the HAR library (
HarLog is the top object representing a HAR file in memory) |
edu.umass.cs.benchlab.har.tools |
Main helper classes to read and write HAR files.
|
Constructor and Description |
---|
HarBrowser(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarEntries objectfrom a JsonParser already
positioned at the beginning of the element content |
HarCache(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarCache object from a JsonParser already
positioned at the beginning of the element content |
HarCacheRequest(org.codehaus.jackson.JsonParser jp,
boolean isBefore,
java.util.List<HarWarning> warnings)
Creates a new
HarCacheRequest object from a JsonParser already
positioned at the beginning of the element content |
HarContent(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarContent object from a JsonParser already
positioned at the beginning of the element content |
HarCookie(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarCookie object from a JsonParser already
positioned at the beginning of the element content |
HarCookies(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarCookies object from a JsonParser already
positioned at the beginning of the element content |
HarCreator(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarCreator object from a JsonParser already
positioned at the beginning of the element content |
HarEntries(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarEntries objectfrom a JsonParser already
positioned at the beginning of the element content. |
HarEntry(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarEntry object from a JsonParser already
positioned at the beginning of the element content |
HarEntryTimings(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarEntryTimings object from a JsonParser already
positioned at the beginning of the element content |
HarHeader(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarHeader object from a JsonParser already
positioned at the beginning of the element content |
HarHeaders(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarHeaders object from a JsonParser already
positioned at the beginning of the element content |
HarLog(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarLog object from a JsonParser stream |
HarPage(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarPage object from a JsonParser already
positioned at the beginning of the element content |
HarPages(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarEntries objectfrom a JsonParser already
positioned at the beginning of the element content |
HarPageTimings(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarPageTimings object from a JsonParser already
positioned at the beginning of the element content |
HarPostData(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarPostData object from a JsonParser already
positioned at the beginning of the element content |
HarPostDataParam(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarHeader object from a JsonParser already
positioned at the beginning of the element content |
HarPostDataParams(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarPostDataParams object from a JsonParser
already positioned at the beginning of the element content |
HarQueryParam(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarQueryParam object from a JsonParser already
positioned at the beginning of the element content |
HarQueryString(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarQueryString object from a JsonParser already
positioned at the beginning of the element content |
HarRequest(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarRequest object from a JsonParser already
positioned at the beginning of the element content |
HarResponse(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarResponse object from a JsonParser already
positioned at the beginning of the element content |
HarTimeStamp(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarPageTiming object from a JsonParser already
positioned at the beginning of the element content |
HarTimeStamps(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Creates a new
HarTimeStamps objectfrom a JsonParser already
positioned at the beginning of the element content |
Modifier and Type | Method and Description |
---|---|
HarLog |
HarFileReader.readHarFile(java.io.File file,
java.util.List<HarWarning> warnings)
Read the given file and build the corresponding HarLog object hierarchy in
memory.
|
HarLog |
HarFileReader.readHarFile(java.io.InputStream stream,
java.util.List<HarWarning> warnings)
Read the given InputStream and build the corresponding HarLog object
hierarchy in memory.
|
HarLog |
HarFileReader.readHarFile(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Read the given file and build the corresponding HarLog object hierarchy in
memory.
|
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.