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.java47 private String commentURL; field in BasicClientCookie2
72 return this.commentURL; in getCommentURL()
75 public void setCommentURL(final String commentURL) { in setCommentURL() argument
76 this.commentURL = commentURL; in setCommentURL()
/external/apache-http/src/org/apache/http/cookie/
DSetCookie2.java48 void setCommentURL(String commentURL); in setCommentURL() argument