Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public class

HttpDateGenerator

extends Object
java.lang.Object
   ↳ org.apache.http.protocol.HttpDateGenerator

Class Overview

Generates a date in the format required by the HTTP protocol.

Summary

Constants
String PATTERN_RFC1123 Date format pattern used to generate the header in RFC 1123 format.
Fields
public static final TimeZone GMT The time zone to use in the date header.
Public Constructors
HttpDateGenerator ()
Public Methods
synchronized String getCurrentDate ()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String PATTERN_RFC1123

Added in API level 1

Date format pattern used to generate the header in RFC 1123 format.

Constant Value: "EEE, dd MMM yyyy HH:mm:ss zzz"

Fields

public static final TimeZone GMT

Added in API level 1

The time zone to use in the date header.

Public Constructors

public HttpDateGenerator ()

Added in API level 1

Public Methods

public synchronized String getCurrentDate ()

Added in API level 1