No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | |
| ↳ | org.apache.http.impl.cookie.RFC2965DomainAttributeHandler | 
"Domain" cookie attribute handler for RFC 2965 cookie spec.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Performs domain-match as defined by the RFC2965.
           | ||||||||||
|  | 
           Match cookie domain attribute.
           | ||||||||||
|  | 
           Parse cookie domain attribute.
           | ||||||||||
|  | 
           Validate cookie domain attribute.
           | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Object | |||||||||||
|  From interface org.apache.http.cookie.CookieAttributeHandler | |||||||||||
Performs domain-match as defined by the RFC2965.
Host A's name domain-matches host B's if
| host | host name where cookie is received from or being sent to. | 
|---|---|
| domain | The cookie domain attribute. | 
Match cookie domain attribute.
| cookie | Cookieto match | 
|---|---|
| origin | the cookie source to match against | 
Parse cookie domain attribute.
| cookie | Cookieto be updated | 
|---|---|
| domain | cookie attribute value from the cookie response header | 
| MalformedCookieException | 
|---|
Validate cookie domain attribute.
| cookie | Cookieto validate | 
|---|---|
| origin | the cookie source to validate against | 
| MalformedCookieException | 
|---|