Class HttpCookie

  • Direct Known Subclasses:
    ResponseCookie

    public class HttpCookie
    extends Object
    Represents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header. The ResponseCookie sub-class has the additional attributes expected in the "Set-Cookie" response header.
    Since:
    5.0
    Author:
    Rossen Stoyanchev
    See Also:
    RFC 6265