Class LaxExpiresHandler

java.lang.Object
org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler
org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
All Implemented Interfaces:
CommonCookieAttributeHandler, CookieAttributeHandler

@Contract(threading=STATELESS) public class LaxExpiresHandler extends AbstractCookieAttributeHandler implements CommonCookieAttributeHandler
Cookie expires attribute handler conformant to the more relaxed interpretation of HTTP state management.
Since:
4.4
  • Field Details

    • INSTANCE

      public static final LaxExpiresHandler INSTANCE
      Singleton instance.
      Since:
      5.2
    • DELIMS

      private static final BitSet DELIMS
    • MONTHS

      private static final Map<String,Month> MONTHS
    • TIME_PATTERN

      private static final Pattern TIME_PATTERN
    • DAY_OF_MONTH_PATTERN

      private static final Pattern DAY_OF_MONTH_PATTERN
    • MONTH_PATTERN

      private static final Pattern MONTH_PATTERN
    • YEAR_PATTERN

      private static final Pattern YEAR_PATTERN
  • Constructor Details

    • LaxExpiresHandler

      public LaxExpiresHandler()
  • Method Details