Class ServerCookies

java.lang.Object
org.apache.tomcat.util.http.ServerCookies

public class ServerCookies extends Object
This class is not thread-safe.
  • Constructor Details

    • ServerCookies

      public ServerCookies(int initialSize)
  • Method Details

    • addCookie

      public ServerCookie addCookie()
      Register a new, initialized cookie. Cookies are recycled, and most of the time an existing ServerCookie object is returned. The caller can set the name/value and attributes for the cookie.
      Returns:
      the new cookie
    • getCookie

      public ServerCookie getCookie(int idx)
    • getCookieCount

      public int getCookieCount()
    • setLimit

      public void setLimit(int limit)
    • recycle

      public void recycle()