Package org.apache.tomcat.util.http
Class ConcurrentDateFormat
java.lang.Object
org.apache.tomcat.util.http.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.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ConcurrentDateFormat
-
-
Method Details
-
format
-
parse
- Throws:
ParseException
-