java.lang.Object
java.lang.Record
org.seppiko.commons.utils.http.HttpCookie
- Record Components:
name- cookie namevalue- cookie value
Http Cookie
- Author:
- Leonard Woo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpCookie
Add a cookie- Parameters:
name- cookie namevalue- cookie value
-
-
Method Details
-
equals
check cookie is equals -
hashCode
public int hashCode()get cookie hashcode -
toString
get cookie pair string -
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
value
Returns the value of thevaluerecord component.- Returns:
- the value of the
valuerecord component
-