No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | ||||
| ↳ | org.apache.http.impl.cookie.AbstractCookieSpec | |||
| ↳ | org.apache.http.impl.cookie.CookieSpecBase | |||
| ↳ | org.apache.http.impl.cookie.RFC2109Spec | |||
| ↳ | org.apache.http.impl.cookie.RFC2965Spec | |||
RFC 2965 specific cookie management functions.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Default constructor 
           | ||||||||||
|  |  | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | ||||||||||
|  |  | ||||||||||
|  |  | ||||||||||
|  |  | ||||||||||
|  |  | ||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Adds valid Port attribute value, e.g.
           | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class org.apache.http.impl.cookie.RFC2109Spec | |||||||||||
|  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 | |||||||||||
| MalformedCookieException | 
|---|
| MalformedCookieException | 
|---|
Adds valid Port attribute value, e.g. "8000,8001,8002"
| buffer | The char array buffer to use for output | 
|---|---|
| cookie | The Cookieto be formatted as string | 
| version | The version to use. |