| |
|
| java.lang.Object org.apache.catalina.util.FastHttpDateFormat
FastHttpDateFormat | final public class FastHttpDateFormat (Code) | | Utility class to generate HTTP dates.
author: Remy Maucherat |
currentDate | protected static String currentDate(Code) | | Current formatted date.
|
currentDateGenerated | protected static long currentDateGenerated(Code) | | Instant on which the currentDate object was generated.
|
getCurrentDate | public static String getCurrentDate()(Code) | | Get the current date in HTTP format.
|
getDate | public static String getDate(Date date)(Code) | | Get the HTTP format of the specified date.
|
|
|
|