org.apache.http.protocol
Class HttpDateGenerator

java.lang.Object
  extended by org.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: 548066 $
Author:
Oleg Kalnichevski

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

PATTERN_RFC1123

public static final java.lang.String PATTERN_RFC1123
Date format pattern used to generate the header in RFC 1123 format.

See Also:
Constant Field Values

GMT

public static final java.util.TimeZone GMT
The time zone to use in the date header.

Constructor Detail

HttpDateGenerator

public HttpDateGenerator()
Method Detail

getCurrentDate

public java.lang.String getCurrentDate()


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.