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. Use ConcurrentDateFormat
A thread safe wrapper around SimpleDateFormat that does not make use of ThreadLocal and - broadly - only creates enough SimpleDateFormat objects to satisfy the concurrency requirements.
  • Field Details

  • Constructor Details

    • ConcurrentDateFormat

      public ConcurrentDateFormat(String format, Locale locale, TimeZone timezone)
      Deprecated.
  • Method Details

    • formatRfc1123

      public static String formatRfc1123(Date date)
      Deprecated.
    • format

      public String format(Date date)
      Deprecated.