Package org.apache.catalina.util
Class ConcurrentDateFormat
- java.lang.Object
- 
- org.apache.catalina.util.ConcurrentDateFormat
 
- 
 @Deprecated public class ConcurrentDateFormat extends java.lang.ObjectDeprecated.Unused. This will be removed in Tomcat 10. UseConcurrentDateFormatA thread safe wrapper aroundSimpleDateFormatthat does not make use of ThreadLocal and - broadly - only creates enough SimpleDateFormat objects to satisfy the concurrency requirements.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.util.TimeZoneGMTDeprecated.static java.lang.StringRFC1123_DATEDeprecated.
 - 
Constructor SummaryConstructors Constructor Description ConcurrentDateFormat(java.lang.String format, java.util.Locale locale, java.util.TimeZone timezone)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Stringformat(java.util.Date date)Deprecated.static java.lang.StringformatRfc1123(java.util.Date date)Deprecated.
 
- 
- 
- 
Field Detail- 
RFC1123_DATEpublic static final java.lang.String RFC1123_DATE Deprecated.- See Also:
- Constant Field Values
 
 - 
GMTpublic static final java.util.TimeZone GMT Deprecated.
 
- 
 
-