Package com.browserup.harreader.model
Class Har
- java.lang.Object
-
- com.browserup.harreader.model.Har
-
public class Har extends java.lang.ObjectMain HTTP Archive Class.- See Also:
- speicification
-
-
Constructor Summary
Constructors Constructor Description Har()
-
-
-
Method Detail
-
getLog
public HarLog getLog()
- Returns:
- HAR log.
-
setLog
public void setLog(HarLog log)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
writeTo
public void writeTo(java.io.Writer writer) throws java.io.IOException- Throws:
java.io.IOException
-
writeTo
public void writeTo(java.io.OutputStream os) throws java.io.IOException- Throws:
java.io.IOException
-
writeTo
public void writeTo(java.io.File file) throws java.io.IOException- Throws:
java.io.IOException
-
-