|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CookieSpec | |
---|---|
com.microsoft.tfs.core.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. |
com.microsoft.tfs.core.httpclient.cookie | Provides cookie handling in conjunction with org.apache.commons.httpclient.Cookie . |
Uses of CookieSpec in com.microsoft.tfs.core.httpclient |
---|
Methods in com.microsoft.tfs.core.httpclient with parameters of type CookieSpec | |
---|---|
protected void |
HttpMethodBase.processCookieHeaders(CookieSpec parser,
Header[] headers,
HttpState state,
HttpConnection conn)
This method processes the specified cookie headers. |
Uses of CookieSpec in com.microsoft.tfs.core.httpclient.cookie |
---|
Classes in com.microsoft.tfs.core.httpclient.cookie that implement CookieSpec | |
---|---|
class |
CompatibilityCookieSpec
Cookie spec class that aims for maximum compatibility with web practices, if not necessarily standards. |
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. |
Methods in com.microsoft.tfs.core.httpclient.cookie that return CookieSpec | |
---|---|
static CookieSpec |
CookiePolicy.getCookieSpec(java.lang.String id)
Gets the cookie specification with the given ID. |
Method parameters in com.microsoft.tfs.core.httpclient.cookie with type arguments of type CookieSpec | |
---|---|
static void |
CookiePolicy.registerCookieSpec(java.lang.String id,
java.lang.Class<? extends CookieSpec> clazz)
Registers a new cookie specification with the given
identifier. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |