Searched refs:ClientCookie (Results 1 – 11 of 11) sorted by relevance
40 import org.apache.http.cookie.ClientCookie;93 registerAttribHandler(ClientCookie.VERSION_ATTR, new RFC2109VersionHandler()); in RFC2109Spec()94 registerAttribHandler(ClientCookie.PATH_ATTR, new BasicPathHandler()); in RFC2109Spec()95 registerAttribHandler(ClientCookie.DOMAIN_ATTR, new RFC2109DomainHandler()); in RFC2109Spec()96 registerAttribHandler(ClientCookie.MAX_AGE_ATTR, new BasicMaxAgeHandler()); in RFC2109Spec()97 registerAttribHandler(ClientCookie.SECURE_ATTR, new BasicSecureHandler()); in RFC2109Spec()98 registerAttribHandler(ClientCookie.COMMENT_ATTR, new BasicCommentHandler()); in RFC2109Spec()99 registerAttribHandler(ClientCookie.EXPIRES_ATTR, new BasicExpiresHandler( in RFC2109Spec()228 if (cookie instanceof ClientCookie in formatCookieAsVer()229 && ((ClientCookie) cookie).containsAttribute(ClientCookie.PATH_ATTR)) { in formatCookieAsVer()[all …]
36 import org.apache.http.cookie.ClientCookie;137 if (cookie instanceof ClientCookie in validate()138 && ((ClientCookie) cookie).containsAttribute(ClientCookie.PORT_ATTR)) { in validate()160 if (cookie instanceof ClientCookie in match()161 && ((ClientCookie) cookie).containsAttribute(ClientCookie.PORT_ATTR)) { in match()
40 import org.apache.http.cookie.ClientCookie;84 registerAttribHandler(ClientCookie.PATH_ATTR, new BasicPathHandler()); in NetscapeDraftSpec()85 registerAttribHandler(ClientCookie.DOMAIN_ATTR, new NetscapeDomainHandler()); in NetscapeDraftSpec()86 registerAttribHandler(ClientCookie.MAX_AGE_ATTR, new BasicMaxAgeHandler()); in NetscapeDraftSpec()87 registerAttribHandler(ClientCookie.SECURE_ATTR, new BasicSecureHandler()); in NetscapeDraftSpec()88 registerAttribHandler(ClientCookie.COMMENT_ATTR, new BasicCommentHandler()); in NetscapeDraftSpec()89 registerAttribHandler(ClientCookie.EXPIRES_ATTR, new BasicExpiresHandler( in NetscapeDraftSpec()
42 import org.apache.http.cookie.ClientCookie;76 registerAttribHandler(ClientCookie.DOMAIN_ATTR, new RFC2965DomainAttributeHandler()); in RFC2965Spec()77 registerAttribHandler(ClientCookie.PORT_ATTR, new RFC2965PortAttributeHandler()); in RFC2965Spec()78 … registerAttribHandler(ClientCookie.COMMENTURL_ATTR, new RFC2965CommentUrlAttributeHandler()); in RFC2965Spec()79 registerAttribHandler(ClientCookie.DISCARD_ATTR, new RFC2965DiscardAttributeHandler()); in RFC2965Spec()80 registerAttribHandler(ClientCookie.VERSION_ATTR, new RFC2965VersionAttributeHandler()); in RFC2965Spec()190 if (cookie instanceof ClientCookie) { in formatCookieAsVer()192 String s = ((ClientCookie) cookie).getAttribute(ClientCookie.PORT_ATTR); in formatCookieAsVer()
41 import org.apache.http.cookie.ClientCookie;94 registerAttribHandler(ClientCookie.PATH_ATTR, new BasicPathHandler()); in BrowserCompatSpec()95 registerAttribHandler(ClientCookie.DOMAIN_ATTR, new BasicDomainHandler()); in BrowserCompatSpec()96 registerAttribHandler(ClientCookie.MAX_AGE_ATTR, new BasicMaxAgeHandler()); in BrowserCompatSpec()97 registerAttribHandler(ClientCookie.SECURE_ATTR, new BasicSecureHandler()); in BrowserCompatSpec()98 registerAttribHandler(ClientCookie.COMMENT_ATTR, new BasicCommentHandler()); in BrowserCompatSpec()99 registerAttribHandler(ClientCookie.EXPIRES_ATTR, new BasicExpiresHandler( in BrowserCompatSpec()
34 import org.apache.http.cookie.ClientCookie;89 if (cookie instanceof ClientCookie in validate()90 && !((ClientCookie) cookie).containsAttribute(ClientCookie.VERSION_ATTR)) { in validate()
36 import org.apache.http.cookie.ClientCookie;129 if (cookie instanceof ClientCookie in validate()130 && ((ClientCookie) cookie).containsAttribute(ClientCookie.DOMAIN_ATTR)) { in validate()
39 import org.apache.http.cookie.ClientCookie;65 public class BasicClientCookie implements SetCookie, ClientCookie, Cloneable {
52 public interface ClientCookie extends Cookie { interface
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...