Class ServerCookie

java.lang.Object
org.jboss.resteasy.plugins.delegates.ServerCookie
All Implemented Interfaces:
Serializable

public class ServerCookie extends Object implements Serializable
Server-side cookie representation. Stolen from Tomcat.
See Also:
  • Field Details Link icon

    • GMT_ZONE Link icon

      public static final TimeZone GMT_ZONE
      GMT timezone - all HTTP dates are on GMT
  • Constructor Details Link icon

    • ServerCookie Link icon

      public ServerCookie()
  • Method Details Link icon

    • isToken Link icon

      public static boolean isToken(String value)
    • containsCTL Link icon

      public static boolean containsCTL(String value, int version)
    • isToken2 Link icon

      public static boolean isToken2(String value)
    • checkName Link icon

      public static boolean checkName(String name)
      Deprecated.
      Not used: Deprecated in the original org.apache.tomcat.util.http.ServerCookie class.
      Parameters:
      name - name
      Returns:
      boolean flag
    • getCookieHeaderName Link icon

      public static String getCookieHeaderName(int version)
      Return the header name to set the cookie, based on cookie version.
      Parameters:
      version - cookie version
      Returns:
      cookie header name
    • formatOldCookie Link icon

      public static String formatOldCookie(Date d)
    • formatOldCookie Link icon

      public static void formatOldCookie(Date d, StringBuffer sb, FieldPosition fp)
    • appendCookieValue Link icon

      public static void appendCookieValue(StringBuffer headerBuf, int version, String name, String value, String path, String domain, String comment, int maxAge, boolean isSecure)
    • alreadyQuoted Link icon

      public static boolean alreadyQuoted(String value)
    • maybeQuote2 Link icon

      public static void maybeQuote2(int version, StringBuffer buf, String value)
      Quotes values using rules that vary depending on Cookie version.
      Parameters:
      version - cookie version
      buf - buffer
      value - value