Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/cookie/
DSetCookie2.java53 void setCommentURL(String commentURL); in setCommentURL() method
/external/apache-http/src/org/apache/http/impl/cookie/
DBasicClientCookie2.java80 public void setCommentURL(final String commentURL) { in setCommentURL() method in BasicClientCookie2