Searched refs:BestMatchSpec (Results 1 - 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/impl/cookie/
H A DBestMatchSpecFactory.java49 return new BestMatchSpec(
53 return new BestMatchSpec();
H A DBestMatchSpec.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/BestMatchSpec.java $
51 public class BestMatchSpec implements CookieSpec { class in inherits:CookieSpec
60 public BestMatchSpec(final String[] datepatterns, boolean oneHeader) { method in class:BestMatchSpec
66 public BestMatchSpec() { method in class:BestMatchSpec

Completed in 39 milliseconds