Package de.sstoehr.harreader.model
Klasse HarCookie
java.lang.Object
de.sstoehr.harreader.model.HarCookie
Information about a cookie used in request and/or response.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangetName()getPath()getValue()inthashCode()voidsetAdditionalField(String key, Object value) voidsetComment(String comment) voidvoidsetExpires(Date expires) voidsetHttpOnly(Boolean httpOnly) voidvoidvoidvoid
-
Konstruktordetails
-
HarCookie
public HarCookie()
-
-
Methodendetails
-
getName
- Gibt zurück:
- Name of the cookie, null if not present.
-
setName
-
getValue
- Gibt zurück:
- Value of the cookie, null if not present.
-
setValue
-
getPath
- Gibt zurück:
- The cookie's path, null if not present.
-
setPath
-
getDomain
- Gibt zurück:
- The cookie's domain, null if not present.
-
setDomain
-
getExpires
- Gibt zurück:
- The cookie's expiration time, null if not present.
-
setExpires
-
getHttpOnly
- Gibt zurück:
- Whether the cookie is HTTP only, null if not present.
-
setHttpOnly
-
getSecure
- Gibt zurück:
- Whether the cookie was transmitted via SSL, null if not present.
-
setSecure
-
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()
-