| java.lang.Object org.apache.tomcat.util.http.FastHttpDateFormat
FastHttpDateFormat | final public class FastHttpDateFormat (Code) | | Utility class to generate HTTP dates.
author: Remy Maucherat |
CACHE_SIZE | final protected static int CACHE_SIZE(Code) | | |
currentDate | protected static String currentDate(Code) | | Current formatted date.
|
currentDateGenerated | protected static long currentDateGenerated(Code) | | Instant on which the currentDate object was generated.
|
formats | final protected static SimpleDateFormat formats(Code) | | The set of SimpleDateFormat formats to use in getDateHeader().
|
formatDate | final public static String formatDate(long value, DateFormat threadLocalformat)(Code) | | Get the HTTP format of the specified date.
|
getCurrentDate | final public static String getCurrentDate()(Code) | | Get the current date in HTTP format.
|
parseDate | final public static long parseDate(String value, DateFormat[] threadLocalformats)(Code) | | Try to parse the given date as a HTTP date.
|
|
|