Package 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
Fields Modifier and Type Field Description static StringDATE_PATTERNSParameter for the date patterns used for parsing.static StringSINGLE_COOKIE_HEADERParameter for Cookie header formatting.
-
Field Details
-
DATE_PATTERNS
Parameter for the date patterns used for parsing.This parameter expects a value of type
Collection. The collection elements are of typeStringand must be compatible with the syntax ofSimpleDateFormat.- See Also:
- Constant Field Values
-
SINGLE_COOKIE_HEADER
Parameter for Cookie header formatting. Defines whethercookiesshould be put on a singlerequest 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
-