Package de.sstoehr.harreader.model
Klasse HarCache.HarCacheInfo
java.lang.Object
de.sstoehr.harreader.model.HarCache.HarCacheInfo
- Umschließende Klasse:
HarCache
Information about a request coming from browser cache.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangeteTag()inthashCode()voidsetAdditionalField(String key, Object value) voidsetComment(String comment) voidvoidsetExpires(Date expires) voidsetHitCount(Integer hitCount) voidsetLastAccess(Date lastAccess)
-
Konstruktordetails
-
HarCacheInfo
public HarCacheInfo()
-
-
Methodendetails
-
getExpires
- Gibt zurück:
- Expiration time of entry, null if not present.
-
setExpires
-
getLastAccess
- Gibt zurück:
- Last time the entry was opened, null if not present.
-
setLastAccess
-
geteTag
- Gibt zurück:
- ETag, null if not present.
-
seteTag
-
getHitCount
- Gibt zurück:
- Number of times the entry has been opened, null if not present.
-
setHitCount
-
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()
-