Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/cookie/
DRFC2965PortAttributeHandler.java47 public class RFC2965PortAttributeHandler implements CookieAttributeHandler { class
49 public RFC2965PortAttributeHandler() { in RFC2965PortAttributeHandler() method in RFC2965PortAttributeHandler
DRFC2965Spec.java72 registerAttribHandler(ClientCookie.PORT_ATTR, new RFC2965PortAttributeHandler()); in RFC2965Spec()