Klasse HarCache

java.lang.Object
de.sstoehr.harreader.model.HarCache

public class HarCache extends Object
Information about a request coming from browser cache.
Siehe auch:
  • Konstruktordetails

    • HarCache

      public HarCache()
  • Methodendetails

    • getBeforeRequest

      public HarCache.HarCacheInfo getBeforeRequest()
      Gibt zurück:
      State of the cache entry before the request, null if not present.
    • setBeforeRequest

      public void setBeforeRequest(HarCache.HarCacheInfo beforeRequest)
    • getAfterRequest

      public HarCache.HarCacheInfo getAfterRequest()
      Gibt zurück:
      State of the cache entry after the request, null if not present.
    • setAfterRequest

      public void setAfterRequest(HarCache.HarCacheInfo afterRequest)
    • getComment

      public String getComment()
      Gibt zurück:
      Comment provided by the user or application, null if not present.
    • setComment

      public void setComment(String comment)
    • getAdditional

      public Map<String,Object> getAdditional()
      Gibt zurück:
      Map with additional keys, which are not officially supported by the HAR specification
    • setAdditionalField

      public void setAdditionalField(String key, Object value)
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object