Package | Description |
---|---|
org.apache.http.impl.cookie |
Default implementations of standard and common HTTP state
management policies.
|
Modifier and Type | Method and Description |
---|---|
static DefaultCookieSpecProvider.CompatibilityLevel |
DefaultCookieSpecProvider.CompatibilityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultCookieSpecProvider.CompatibilityLevel[] |
DefaultCookieSpecProvider.CompatibilityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DefaultCookieSpecProvider(DefaultCookieSpecProvider.CompatibilityLevel compatibilityLevel,
PublicSuffixMatcher publicSuffixMatcher) |
DefaultCookieSpecProvider(DefaultCookieSpecProvider.CompatibilityLevel compatibilityLevel,
PublicSuffixMatcher publicSuffixMatcher,
String[] datepatterns,
boolean oneHeader) |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.