Interface CookieSpecPNames

All Known Subinterfaces:
AllClientPNames

public interface CookieSpecPNames
Parameter names for cookie specifications in HttpCookie.
Since:
4.0
Version:
$Revision: 578403 $
Author:
Oleg Kalnichevski
  • Field Details

    • DATE_PATTERNS

      static final String DATE_PATTERNS
      Parameter for the date patterns used for parsing.

      This parameter expects a value of type Collection. The collection elements are of type String and must be compatible with the syntax of SimpleDateFormat.

      See Also:
      Constant Field Values