HomeSort by relevance Sort by last modified time
    Searched refs:DATE_GENERATOR (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/http/protocol/
RequestDate.java 58 private static final HttpDateGenerator DATE_GENERATOR = new HttpDateGenerator();
72 String httpdate = DATE_GENERATOR.getCurrentDate();
ResponseDate.java 58 private static final HttpDateGenerator DATE_GENERATOR = new HttpDateGenerator();
73 String httpdate = DATE_GENERATOR.getCurrentDate();

Completed in 159 milliseconds