Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/cookie/
DBasicClientCookie2.java52 private String commentURL; field in BasicClientCookie2
77 return this.commentURL; in getCommentURL()
80 public void setCommentURL(final String commentURL) { in setCommentURL() argument
81 this.commentURL = commentURL; in setCommentURL()
/external/apache-http/src/org/apache/http/cookie/
DSetCookie2.java53 void setCommentURL(String commentURL); in setCommentURL() argument