类 HttpCookie

  • 直接已知子类:
    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.
    从以下版本开始:
    5.0
    作者:
    Rossen Stoyanchev
    另请参阅:
    RFC 6265