Class Cookies

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Cookie>, Collection<Cookie>, List<Cookie>, RandomAccess, SequencedCollection<Cookie>

public class Cookies extends ArrayList<Cookie>
Represents a collection of cookies with some helper methods for parsing and getting cookie
See Also:
  • Constructor Details

    • Cookies

      public Cookies()
    • Cookies

      Cookies(List<String> strings)
  • Method Details

    • getNamed

      public Cookie getNamed(String name)
      Get cookie by name
      Parameters:
      name - the name of the cookie you want
      Returns:
      the cookie with that name