Home
last modified time | relevance | path

Searched refs:BasicExpiresHandler (Results 1 – 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/impl/cookie/
DBasicExpiresHandler.java43 public class BasicExpiresHandler extends AbstractCookieAttributeHandler { class
48 public BasicExpiresHandler(final String[] datepatterns) { in BasicExpiresHandler() method in BasicExpiresHandler
DNetscapeDraftSpec.java89 registerAttribHandler(ClientCookie.EXPIRES_ATTR, new BasicExpiresHandler( in NetscapeDraftSpec()
DBrowserCompatSpec.java99 registerAttribHandler(ClientCookie.EXPIRES_ATTR, new BasicExpiresHandler( in BrowserCompatSpec()
DRFC2109Spec.java99 registerAttribHandler(ClientCookie.EXPIRES_ATTR, new BasicExpiresHandler( in RFC2109Spec()
/external/apache-http/
Dart-profile467 HPLorg/apache/http/impl/cookie/BasicExpiresHandler;-><init>([Ljava/lang/String;)V
468 HPLorg/apache/http/impl/cookie/BasicExpiresHandler;->parse(Lorg/apache/http/cookie/SetCookie;Ljava/…
/external/apache-http/api/
Dcurrent.txt3055 …@Deprecated public class BasicExpiresHandler extends org.apache.http.impl.cookie.AbstractCookieAtt…
3056 ctor @Deprecated public BasicExpiresHandler(String[]);