HomeSort by relevance Sort by last modified time
    Searched full:commenturl (Results 1 - 15 of 15) 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-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
HttpCookieTest.java 51 constructHttpCookie("CommentURL", value);
558 // 'CommentURL' is one of the tokens reserved, case-insensitive
559 checkInvalidCookie("Set-Cookie2:COmmentURL=\"lala\"");
564 checkInvalidCookie("Set-Cookie2:name=test;comMentUrL=u,rl");
652 .parse("Set-cookie2:test=null\";;Port=abde,82;Path=/temp;;;Discard;commentURl=http://harmonytest.org;Max-age=-10;");
664 .parse("Set-Cookie:name=tes,t;Comment=version1-cookie;Discard=false;commentURL=vers\nion1-cookie-url;Domain=x.y;");
693 // Check CommentURL
695 .parse("Set-Cookie:name=tes,t;Commenturl;commentuRL=(la,la)");
801 // Check CommentURL, RI's bug: 'a name' is not valid attribute name.
    [all...]
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 51 * CommentURL} attributes and renames the header from {@code Set-Cookie}
69 RESERVED_NAMES.add("commenturl"); // RFC 2965
318 } else if (name.equals("commenturl") && cookie.commentURL == null) {
319 cookie.commentURL = value;
425 private String commentURL;
487 * Returns the value of {@code CommentURL} attribute.
490 return commentURL;
585 * Set the {@code CommentURL} attribute of this cookie.
587 public void setCommentURL(String commentURL) {
    [all...]
  /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);
  /libcore/luni/src/test/java/libcore/java/net/
CookiesTest.java 113 + "CommentURL=http://google.com/; "
147 + "CommentURL=\"http://google.com/\"; "
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 485 milliseconds