OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DATE_GENERATOR
(Results
1 - 3
of
3
) sorted by null
/external/apache-http/src/org/apache/http/protocol/
RequestDate.java
53
private static final HttpDateGenerator
DATE_GENERATOR
= new HttpDateGenerator();
67
String httpdate =
DATE_GENERATOR
.getCurrentDate();
ResponseDate.java
53
private static final HttpDateGenerator
DATE_GENERATOR
= new HttpDateGenerator();
68
String httpdate =
DATE_GENERATOR
.getCurrentDate();
/prebuilt/common/http-client/
httpcore-4.1.jar
Completed in 1103 milliseconds