Uses of Enum Class
org.apache.http.impl.cookie.BrowserCompatSpecFactory.SecurityLevel
Packages that use BrowserCompatSpecFactory.SecurityLevel
Package
Description
Default implementations of standard and common HTTP state
management policies.
-
Uses of BrowserCompatSpecFactory.SecurityLevel in org.apache.http.impl.cookie
Fields in org.apache.http.impl.cookie declared as BrowserCompatSpecFactory.SecurityLevelModifier and TypeFieldDescriptionprivate final BrowserCompatSpecFactory.SecurityLevel
BrowserCompatSpecFactory.securityLevel
Deprecated.Methods in org.apache.http.impl.cookie that return BrowserCompatSpecFactory.SecurityLevelModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BrowserCompatSpecFactory.SecurityLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.http.impl.cookie with parameters of type BrowserCompatSpecFactory.SecurityLevelModifierConstructorDescriptionBrowserCompatSpec
(String[] datepatterns, BrowserCompatSpecFactory.SecurityLevel securityLevel) Deprecated.Default constructorBrowserCompatSpecFactory
(String[] datepatterns, BrowserCompatSpecFactory.SecurityLevel securityLevel) Deprecated.