Home
last modified time | relevance | path

Searched refs:CookieAttributeHandler (Results 1 – 15 of 15) 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 {
DRFC2965DiscardAttributeHandler.java35 import org.apache.http.cookie.CookieAttributeHandler;
49 public class RFC2965DiscardAttributeHandler implements CookieAttributeHandler {
DRFC2965CommentUrlAttributeHandler.java35 import org.apache.http.cookie.CookieAttributeHandler;
49 public class RFC2965CommentUrlAttributeHandler 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/
Dcurrent.txt1976 @Deprecated public interface CookieAttributeHandler {
2989 …act class AbstractCookieAttributeHandler implements org.apache.http.cookie.CookieAttributeHandler {
2997 …method @Deprecated protected org.apache.http.cookie.CookieAttributeHandler findAttribHandler(Strin…
2998 …method @Deprecated protected org.apache.http.cookie.CookieAttributeHandler getAttribHandler(String…
2999 …method @Deprecated protected java.util.Collection<org.apache.http.cookie.CookieAttributeHandler> g…
3000 …eprecated public void registerAttribHandler(String, org.apache.http.cookie.CookieAttributeHandler);
3042 …precated public class BasicDomainHandler implements org.apache.http.cookie.CookieAttributeHandler {
3059 …Deprecated public class BasicPathHandler implements org.apache.http.cookie.CookieAttributeHandler {
3153 …ecated public class RFC2109DomainHandler implements org.apache.http.cookie.CookieAttributeHandler {
3181 … class RFC2965CommentUrlAttributeHandler implements org.apache.http.cookie.CookieAttributeHandler {
[all …]
/external/apache-http/
Dart-profile447 …ctCookieSpec;->findAttribHandler(Ljava/lang/String;)Lorg/apache/http/cookie/CookieAttributeHandler;
449 …kieSpec;->registerAttribHandler(Ljava/lang/String;Lorg/apache/http/cookie/CookieAttributeHandler;)V