Package | Description |
---|---|
edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.cookie |
Provides cookie handling in conjunction with
Cookie . |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpMethodBase.processCookieHeaders(CookieSpec parser,
Header[] headers,
HttpState state,
HttpConnection conn)
This method processes the specified cookie headers.
|
Modifier and Type | Class and Description |
---|---|
class |
CookieSpecBase
Cookie management functions shared by all specification.
|
class |
IgnoreCookiesSpec
A cookie spec that does nothing.
|
class |
NetscapeDraftSpec
Netscape cookie draft specific cookie management functions
|
class |
RFC2109Spec
RFC 2109 specific cookie management functions
|
class |
RFC2965Spec
RFC 2965 specific cookie management functions.
|
Modifier and Type | Method and Description |
---|---|
static CookieSpec |
CookiePolicy.getCompatibilitySpec()
Deprecated.
|
static CookieSpec |
CookiePolicy.getCookieSpec(String id)
Gets the
cookie specification with the given ID. |
static CookieSpec |
CookiePolicy.getDefaultSpec()
Returns
cookie specification registered as CookiePolicy.DEFAULT . |
static CookieSpec |
CookiePolicy.getSpecByPolicy(int policy)
Deprecated.
|
static CookieSpec |
CookiePolicy.getSpecByVersion(int ver)
Deprecated.
|
Copyright © 2016 Internet2. All rights reserved.