Home
last modified time | relevance | path

Searched refs:RFC2965DomainAttributeHandler (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/impl/cookie/
DRFC2965DomainAttributeHandler.java50 public class RFC2965DomainAttributeHandler implements CookieAttributeHandler { class
52 public RFC2965DomainAttributeHandler() { in RFC2965DomainAttributeHandler() method in RFC2965DomainAttributeHandler
DRFC2965Spec.java71 registerAttribHandler(ClientCookie.DOMAIN_ATTR, new RFC2965DomainAttributeHandler()); in RFC2965Spec()