Interface CookieSpecPNames

All Known Subinterfaces:
AllClientPNames

@Deprecated public interface CookieSpecPNames
Deprecated.
(4.3) use constructor parameters of CookieSpecProviders.
Parameter names for HTTP cookie management classes.
Since:
4.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    Defines valid date patterns to be used for parsing non-standard expires attribute.
    static final String
    Deprecated.
    Defines whether cookies should be forced into a single Cookie request header.
  • Field Details

    • DATE_PATTERNS

      static final String DATE_PATTERNS
      Deprecated.
      Defines valid date patterns to be used for parsing non-standard expires attribute. Only required for compatibility with non-compliant servers that still use expires defined in the Netscape draft instead of the standard max-age attribute.

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

      See Also: