Also: HttpClient
public interface

CookieSpecPNames

org.apache.http.cookie.params.CookieSpecPNames
Known Indirect Subclasses

Class Overview

Parameter names for HTTP cookie management classes.

Summary

Constants
String DATE_PATTERNS Defines valid date patterns to be used for parsing non-standard expires attribute.
String SINGLE_COOKIE_HEADER Defines whether cookies should be forced into a single Cookie request header.

Constants

public static final String DATE_PATTERNS

Also: HttpClient

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 java.util.Collection. The collection elements must be of type String compatible with the syntax of java.text.SimpleDateFormat.

Constant Value: "http.protocol.cookie-datepatterns"

public static final String SINGLE_COOKIE_HEADER

Also: HttpClient

Defines whether cookies should be forced into a single Cookie request header. Otherwise, each cookie is formatted as a separate Cookie header.

This parameter expects a value of type Boolean.

Constant Value: "http.protocol.single-cookie-header"