Package | Description |
---|---|
org.apache.http.impl.cookie |
Default implementations of standard and common HTTP state
management policies.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
BrowserCompatSpec(java.lang.String[] datepatterns,
BrowserCompatSpecFactory.SecurityLevel securityLevel)
Deprecated.
Default constructor
|
BrowserCompatSpecFactory(java.lang.String[] datepatterns,
BrowserCompatSpecFactory.SecurityLevel securityLevel)
Deprecated.
|