Uses of Class
jodd.http.Cookie
Packages that use Cookie
-
Uses of Cookie in jodd.http
Modifier and TypeMethodDescriptionCookie[]HttpBase.cookies()Parses cookie information from the header.Cookie[]HttpResponse.cookies()Returns list of valid cookies sent from server.Cookie.setComment(String purpose) Specifies a comment that describes a cookie's purpose.Specifies the domain within which this cookie should be presented.Cookie.setExpires(String expires) Cookie.setHttpOnly(boolean httpOnly) Cookie.setMaxAge(int expiry) Sets the maximum age of the cookie in seconds.Specifies a path for the cookie to which the client should return the cookie.Cookie.setSecure(boolean flag) Indicates to the session whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.Assigns a new value to a cookie after the cookie is created.Cookie.setVersion(int version) Sets the version of the cookie protocol this cookie complies with.Modifier and TypeMethodDescriptionSets cookies to the request.