Interface Cookie

All Known Subinterfaces:
CookieParameter, SetCookie, SetCookieParameter

public interface Cookie

Represents a HTTP cookie as defined by RFC 6265 Section 4.2

Since:
1.0
Author:
Jeremy Kuhn
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the cookie.
    Returns the value of the cookie
  • Method Details

    • getName

      String getName()

      Returns the name of the cookie.

      Returns:
      a cookie name
    • getValue

      String getValue()

      Returns the value of the cookie

      Returns:
      a cookie value