Android

org.apache.http.cookie.params.CookieSpecPNames

org.apache.http.cookie.params.CookieSpecPNames

Parameter names for cookie specifications in HttpCookie.

Known Indirect Subclasses

Summary

Constants

      Value  
String  DATE_PATTERNS  Parameter for the date patterns used for parsing.  "http.protocol.cookie-datepatterns" 
String  SINGLE_COOKIE_HEADER  Parameter for Cookie header formatting.  "http.protocol.single-cookie-header" 

Details

Constants

public static final 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.

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

public static final 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.

Constant Value: "http.protocol.single-cookie-header"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48