Home
last modified time | relevance | path

Searched refs:getCurrentDate (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/protocol/
DRequestDate.java67 String httpdate = DATE_GENERATOR.getCurrentDate(); in process()
DResponseDate.java68 String httpdate = DATE_GENERATOR.getCurrentDate(); in process()
DHttpDateGenerator.java71 public synchronized String getCurrentDate() { in getCurrentDate() method in HttpDateGenerator