org.apache.http.cookie.params
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 Summary
static java.lang.String DATE_PATTERNS
          Parameter for the date patterns used for parsing.
static java.lang.String SINGLE_COOKIE_HEADER
          Parameter for Cookie header formatting.
 

Field Detail

DATE_PATTERNS

static final java.lang.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

SINGLE_COOKIE_HEADER

static final java.lang.String SINGLE_COOKIE_HEADER
Parameter for Cookie header formatting. Defines whether cookies should be put on a single request header. If not, each cookie is formatted in a seperate Cookie header.

This parameter expects a value of type Boolean.

See Also:
Constant Field Values


Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.