Home
last modified time | relevance | path

Searched refs:CookieAttributeHandler (Results 1 – 14 of 14) sorted by relevance

/external/apache-http/src/org/apache/http/impl/cookie/
DAbstractCookieSpec.java38 import org.apache.http.cookie.CookieAttributeHandler;
60 private final Map<String, CookieAttributeHandler> attribHandlerMap;
67 this.attribHandlerMap = new HashMap<String, CookieAttributeHandler>(10); in AbstractCookieSpec()
71 final String name, final CookieAttributeHandler handler) { in registerAttribHandler()
89 protected CookieAttributeHandler findAttribHandler(final String name) { in findAttribHandler()
101 protected CookieAttributeHandler getAttribHandler(final String name) { in getAttribHandler()
102 CookieAttributeHandler handler = findAttribHandler(name); in getAttribHandler()
111 protected Collection<CookieAttributeHandler> getAttribHandlers() { in getAttribHandlers()
DCookieSpecBase.java41 import org.apache.http.cookie.CookieAttributeHandler;
98 CookieAttributeHandler handler = findAttribHandler(s); in parse()
116 for (CookieAttributeHandler handler: getAttribHandlers()) { in validate()
128 for (CookieAttributeHandler handler: getAttribHandlers()) { in match()
DAbstractCookieAttributeHandler.java34 import org.apache.http.cookie.CookieAttributeHandler;
44 public abstract class AbstractCookieAttributeHandler implements CookieAttributeHandler {
DRFC2965CommentUrlAttributeHandler.java35 import org.apache.http.cookie.CookieAttributeHandler;
49 public class RFC2965CommentUrlAttributeHandler implements CookieAttributeHandler {
DRFC2965DiscardAttributeHandler.java35 import org.apache.http.cookie.CookieAttributeHandler;
49 public class RFC2965DiscardAttributeHandler implements CookieAttributeHandler {
DRFC2965VersionAttributeHandler.java36 import org.apache.http.cookie.CookieAttributeHandler;
50 public class RFC2965VersionAttributeHandler implements CookieAttributeHandler {
DBasicPathHandler.java34 import org.apache.http.cookie.CookieAttributeHandler;
45 public class BasicPathHandler implements CookieAttributeHandler {
DBasicDomainHandler.java34 import org.apache.http.cookie.CookieAttributeHandler;
45 public class BasicDomainHandler implements CookieAttributeHandler {
DRFC2109DomainHandler.java36 import org.apache.http.cookie.CookieAttributeHandler;
47 public class RFC2109DomainHandler implements CookieAttributeHandler {
DRFC2965PortAttributeHandler.java38 import org.apache.http.cookie.CookieAttributeHandler;
52 public class RFC2965PortAttributeHandler implements CookieAttributeHandler {
DRFC2965DomainAttributeHandler.java38 import org.apache.http.cookie.CookieAttributeHandler;
55 public class RFC2965DomainAttributeHandler implements CookieAttributeHandler {
DRFC2965Spec.java44 import org.apache.http.cookie.CookieAttributeHandler;
147 CookieAttributeHandler handler = findAttribHandler(s); in parse()
/external/apache-http/src/org/apache/http/cookie/
DCookieAttributeHandler.java51 public interface CookieAttributeHandler { interface
/external/apache-http/api/
Dapache-http-legacy-current.txt2097 public abstract deprecated interface CookieAttributeHandler {
3110 …ted class AbstractCookieAttributeHandler implements org.apache.http.cookie.CookieAttributeHandler {
3118 …method protected org.apache.http.cookie.CookieAttributeHandler findAttribHandler(java.lang.String);
3119 … method protected org.apache.http.cookie.CookieAttributeHandler getAttribHandler(java.lang.String);
3120 …method protected java.util.Collection<org.apache.http.cookie.CookieAttributeHandler> getAttribHand…
3121 …public void registerAttribHandler(java.lang.String, org.apache.http.cookie.CookieAttributeHandler);
3163 …blic deprecated class BasicDomainHandler implements org.apache.http.cookie.CookieAttributeHandler {
3180 …public deprecated class BasicPathHandler implements org.apache.http.cookie.CookieAttributeHandler {
3274 …ic deprecated class RFC2109DomainHandler implements org.apache.http.cookie.CookieAttributeHandler {
3302 … class RFC2965CommentUrlAttributeHandler implements org.apache.http.cookie.CookieAttributeHandler {
[all …]