|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.protocol.HttpDateGenerator
public class HttpDateGenerator
Generates a date in the format required by the HTTP protocol.
Field Summary | |
---|---|
static java.util.TimeZone |
GMT
The time zone to use in the date header. |
static java.lang.String |
PATTERN_RFC1123
Date format pattern used to generate the header in RFC 1123 format. |
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 |
---|
public static final java.lang.String PATTERN_RFC1123
public static final java.util.TimeZone GMT
Constructor Detail |
---|
public HttpDateGenerator()
Method Detail |
---|
public java.lang.String getCurrentDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |