org.apache.http.cookie.params
Class CookieSpecParams

java.lang.Object
  extended by org.apache.http.cookie.params.CookieSpecParams

public final class CookieSpecParams
extends java.lang.Object

This class implements an adaptor around the HttpParams interface to simplify manipulation of cookie management specific parameters.

Since:
4.0
Version:
$Revision: 535132 $
Author:
Oleg Kalnichevski

Field Summary
static java.lang.String DATE_PATTERNS
          The key used to look up the date patterns used for parsing.
static java.lang.String SINGLE_COOKIE_HEADER
          Defines whether cookies should be put on a single request header.
 
Constructor Summary
CookieSpecParams()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_PATTERNS

public static final java.lang.String DATE_PATTERNS
The key used to look up the date patterns used for parsing. The String patterns are stored in a Collection and must be compatible with SimpleDateFormat.

This parameter expects a value of type Collection.

See Also:
Constant Field Values

SINGLE_COOKIE_HEADER

public static final java.lang.String SINGLE_COOKIE_HEADER
Defines whether cookies should be put on a single request header.

This parameter expects a value of type Boolean.

See Also:
Constant Field Values
Constructor Detail

CookieSpecParams

public CookieSpecParams()


Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.