FileDocCategorySizeDatePackage
CookieSpecPNames.javaAPI DocAndroid 1.5 API2578Wed May 06 22:41:10 BST 2009org.apache.http.cookie.params

CookieSpecPNames

public interface CookieSpecPNames
Parameter names for cookie specifications in HttpCookie.
author
Oleg Kalnichevski
version
$Revision: 578403 $
since
4.0

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

This parameter expects a value of type {@link java.util.Collection}. The collection elements are of type {@link String} and must be compatible with the syntax of {@link java.text.SimpleDateFormat}.

public static final String
SINGLE_COOKIE_HEADER
Parameter for Cookie header formatting. Defines whether {@link org.apache.http.cookie.Cookie cookies} should be put on a single {@link org.apache.http.Header request header}. If not, each cookie is formatted in a seperate Cookie header.

This parameter expects a value of type {@link Boolean}.

Constructors Summary
Methods Summary