|
|||||||||
| Home >> All >> org >> apache >> http >> [ protocol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.http.protocol
Class HttpDateGenerator

java.lang.Objectorg.apache.http.protocol.HttpDateGenerator
- public class HttpDateGenerator
- extends java.lang.Object
Generates a date in the format required by the HTTP protocol.
- Since:
- 4.0
- Version:
- $Revision: 376961 $
| Field Summary | |
private long |
dateAsLong
|
private java.lang.String |
dateAsText
|
private java.text.DateFormat |
dateformat
|
| Constructor Summary | |
HttpDateGenerator()
|
|
| Method Summary | |
java.lang.String |
getCurrentDate()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
dateformat
private final java.text.DateFormat dateformat
dateAsLong
private long dateAsLong
dateAsText
private java.lang.String dateAsText
| Constructor Detail |
HttpDateGenerator
public HttpDateGenerator()
| Method Detail |
getCurrentDate
public java.lang.String getCurrentDate()
|
|||||||||
| Home >> All >> org >> apache >> http >> [ protocol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.http.protocol.HttpDateGenerator