Uses of Class
org.apache.http.impl.cookie.DefaultCookieSpecProvider.CompatibilityLevel
-
Packages that use DefaultCookieSpecProvider.CompatibilityLevel Package Description org.apache.http.impl.cookie Default implementations of standard and common HTTP state management policies. -
-
Uses of DefaultCookieSpecProvider.CompatibilityLevel in org.apache.http.impl.cookie
Methods in org.apache.http.impl.cookie that return DefaultCookieSpecProvider.CompatibilityLevel Modifier and Type Method Description static DefaultCookieSpecProvider.CompatibilityLevel
DefaultCookieSpecProvider.CompatibilityLevel. valueOf(java.lang.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.Constructors in org.apache.http.impl.cookie with parameters of type DefaultCookieSpecProvider.CompatibilityLevel Constructor Description DefaultCookieSpecProvider(DefaultCookieSpecProvider.CompatibilityLevel compatibilityLevel, PublicSuffixMatcher publicSuffixMatcher)
DefaultCookieSpecProvider(DefaultCookieSpecProvider.CompatibilityLevel compatibilityLevel, PublicSuffixMatcher publicSuffixMatcher, java.lang.String[] datepatterns, boolean oneHeader)
-