Package org.apache.catalina.util
Class ConcurrentDateFormat
- java.lang.Object
-
- org.apache.catalina.util.ConcurrentDateFormat
-
@Deprecated public class ConcurrentDateFormat extends Object
Deprecated.Unused. This will be removed in Tomcat 10. UseConcurrentDateFormat
A thread safe wrapper aroundSimpleDateFormat
that does not make use of ThreadLocal and - broadly - only creates enough SimpleDateFormat objects to satisfy the concurrency requirements.
-
-
Field Summary
Fields Modifier and Type Field Description static TimeZone
GMT
Deprecated.static String
RFC1123_DATE
Deprecated.
-
Constructor Summary
Constructors Constructor Description ConcurrentDateFormat(String format, Locale locale, TimeZone timezone)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
format(Date date)
Deprecated.static String
formatRfc1123(Date date)
Deprecated.
-
-
-
Field Detail
-
RFC1123_DATE
public static final String RFC1123_DATE
Deprecated.- See Also:
- Constant Field Values
-
GMT
public static final TimeZone GMT
Deprecated.
-
-