Package de.sstoehr.harreader.model
Klasse HarCache
java.lang.Object
de.sstoehr.harreader.model.HarCache
Information about a request coming from browser cache.
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic final classInformation about a request coming from browser cache. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleaninthashCode()voidsetAdditionalField(String key, Object value) voidsetAfterRequest(HarCache.HarCacheInfo afterRequest) voidsetBeforeRequest(HarCache.HarCacheInfo beforeRequest) voidsetComment(String comment)
-
Konstruktordetails
-
HarCache
public HarCache()
-
-
Methodendetails
-
getBeforeRequest
- Gibt zurück:
- State of the cache entry before the request, null if not present.
-
setBeforeRequest
-
getAfterRequest
- Gibt zurück:
- State of the cache entry after the request, null if not present.
-
setAfterRequest
-
getComment
- Gibt zurück:
- Comment provided by the user or application, null if not present.
-
setComment
-
getAdditional
- Gibt zurück:
- Map with additional keys, which are not officially supported by the HAR specification
-
setAdditionalField
-
equals
-
hashCode
public int hashCode()
-