java.lang.Object | |||
↳ | org.apache.http.impl.cookie.AbstractCookieSpec | ||
↳ | org.apache.http.impl.cookie.CookieSpecBase | ||
↳ | org.apache.http.impl.cookie.RFC2109Spec |
Known Direct Subclasses |
This class is deprecated.
Please use openConnection()
instead.
Please visit this webpage
for further details.
RFC 2109 compliant cookie policy
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor
| |||||||||||
Default constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return a string suitable for sending in a "Cookie" header
as defined in RFC 2109 for backward compatibility with cookie version 0
| |||||||||||
Return a name/value string suitable for sending in a "Cookie"
header as defined in RFC 2109 for backward compatibility with cookie
version 0
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class org.apache.http.impl.cookie.CookieSpecBase | |||||||||||
From class org.apache.http.impl.cookie.AbstractCookieSpec | |||||||||||
From class
java.lang.Object
| |||||||||||
From interface org.apache.http.cookie.CookieSpec |
Default constructor
MalformedCookieException |
---|
MalformedCookieException |
---|
Return a string suitable for sending in a "Cookie" header as defined in RFC 2109 for backward compatibility with cookie version 0
buffer | The char array buffer to use for output |
---|---|
cookie | The Cookie to be formatted as string |
version | The version to use. |
Return a name/value string suitable for sending in a "Cookie" header as defined in RFC 2109 for backward compatibility with cookie version 0
buffer | The char array buffer to use for output |
---|---|
name | The cookie name |
value | The cookie value |
version | The cookie version |