Uses of Class
org.apache.http.impl.cookie.BrowserCompatSpecFactory.SecurityLevel
-
Packages that use BrowserCompatSpecFactory.SecurityLevel Package Description org.apache.http.impl.cookie 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.SecurityLevel Modifier and Type Field Description private BrowserCompatSpecFactory.SecurityLevel
BrowserCompatSpecFactory. securityLevel
Deprecated.Methods in org.apache.http.impl.cookie that return BrowserCompatSpecFactory.SecurityLevel Modifier and Type Method Description static BrowserCompatSpecFactory.SecurityLevel
BrowserCompatSpecFactory.SecurityLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BrowserCompatSpecFactory.SecurityLevel[]
BrowserCompatSpecFactory.SecurityLevel. 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 BrowserCompatSpecFactory.SecurityLevel Constructor Description BrowserCompatSpec(java.lang.String[] datepatterns, BrowserCompatSpecFactory.SecurityLevel securityLevel)
Deprecated.Default constructorBrowserCompatSpecFactory(java.lang.String[] datepatterns, BrowserCompatSpecFactory.SecurityLevel securityLevel)
Deprecated.
-