Package org.apache.tomcat.util.http
Class ConcurrentDateFormat
- java.lang.Object
- 
- org.apache.tomcat.util.http.ConcurrentDateFormat
 
- 
 public class ConcurrentDateFormat extends java.lang.ObjectA thread safe wrapper aroundSimpleDateFormatthat does not make use of ThreadLocal and - broadly - only creates enough SimpleDateFormat objects to satisfy the concurrency requirements.
- 
- 
Constructor SummaryConstructors Constructor Description ConcurrentDateFormat(java.lang.String format, java.util.Locale locale, java.util.TimeZone timezone)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringformat(java.util.Date date)java.util.Dateparse(java.lang.String source)
 
-