Home
last modified time | relevance | path

Searched refs:BestMatchSpec (Results 1 – 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/http/impl/cookie/
DBestMatchSpec.java56 public class BestMatchSpec implements CookieSpec { class
65 public BestMatchSpec(final String[] datepatterns, boolean oneHeader) { in BestMatchSpec() method in BestMatchSpec
71 public BestMatchSpec() { in BestMatchSpec() method in BestMatchSpec
DBestMatchSpecFactory.java54 return new BestMatchSpec( in newInstance()
58 return new BestMatchSpec(); in newInstance()
/external/apache-http/
Dart-profile477 HPLorg/apache/http/impl/cookie/BestMatchSpec;-><init>([Ljava/lang/String;Z)V
478 HPLorg/apache/http/impl/cookie/BestMatchSpec;->formatCookies(Ljava/util/List;)Ljava/util/List;
479 HPLorg/apache/http/impl/cookie/BestMatchSpec;->getCompat()Lorg/apache/http/impl/cookie/BrowserCompa…
480 HPLorg/apache/http/impl/cookie/BestMatchSpec;->getNetscape()Lorg/apache/http/impl/cookie/NetscapeDr…
481 HPLorg/apache/http/impl/cookie/BestMatchSpec;->getStrict()Lorg/apache/http/impl/cookie/RFC2965Spec;
482 HPLorg/apache/http/impl/cookie/BestMatchSpec;->getVersion()I
483 HPLorg/apache/http/impl/cookie/BestMatchSpec;->getVersionHeader()Lorg/apache/http/Header;
484 HPLorg/apache/http/impl/cookie/BestMatchSpec;->match(Lorg/apache/http/cookie/Cookie;Lorg/apache/htt…
485 HPLorg/apache/http/impl/cookie/BestMatchSpec;->parse(Lorg/apache/http/Header;Lorg/apache/http/cooki…
486 HPLorg/apache/http/impl/cookie/BestMatchSpec;->validate(Lorg/apache/http/cookie/Cookie;Lorg/apache/…
/external/apache-http/api/
Dcurrent.txt3071 @Deprecated public class BestMatchSpec implements org.apache.http.cookie.CookieSpec {
3072 ctor @Deprecated public BestMatchSpec(String[], boolean);
3073 ctor @Deprecated public BestMatchSpec();