Package de.sstoehr.harreader.model
Class HarCache
java.lang.Object
de.sstoehr.harreader.model.HarCache
public class HarCache extends Object
Information about a request coming from browser cache.
- See Also:
- specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHarCache.HarCacheInfoInformation about a request coming from browser cache. -
Constructor Summary
Constructors Constructor Description HarCache() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)HarCache.HarCacheInfogetAfterRequest()HarCache.HarCacheInfogetBeforeRequest()StringgetComment()inthashCode()voidsetAfterRequest(HarCache.HarCacheInfo afterRequest)voidsetBeforeRequest(HarCache.HarCacheInfo beforeRequest)voidsetComment(String comment)
-
Constructor Details
-
HarCache
public HarCache()
-
-
Method Details
-
getBeforeRequest
- Returns:
- State of the cache entry before the request, null if not present.
-
setBeforeRequest
-
getAfterRequest
- Returns:
- State of the cache entry after the request, null if not present.
-
setAfterRequest
-
getComment
- Returns:
- Comment provided by the user or application, null if not present.
-
setComment
-
equals
-
hashCode
public int hashCode()
-