Home
last modified time | relevance | path

Searched defs:setComment (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/cookie/
DSetCookie.java56 void setComment(String comment); in setComment() method
/external/apache-http/src/org/apache/http/impl/cookie/
DBasicClientCookie.java125 public void setComment(String comment) { in setComment() method in BasicClientCookie