HomeSort by relevance Sort by last modified time
    Searched full:commenturl (Results 1 - 5 of 5) sorted by null

  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie2.java 47 private String commentURL;
72 return this.commentURL;
75 public void setCommentURL(final String commentURL) {
76 this.commentURL = commentURL;
RFC2965CommentUrlAttributeHandler.java 50 public void parse(final SetCookie cookie, final String commenturl)
54 cookie2.setCommentURL(commenturl);
RFC2965DiscardAttributeHandler.java 50 public void parse(final SetCookie cookie, final String commenturl)
  /external/apache-http/src/org/apache/http/cookie/
ClientCookie.java 60 public static final String COMMENTURL_ATTR = "commenturl";
SetCookie2.java 48 void setCommentURL(String commentURL);

Completed in 18 milliseconds