Class HttpHeaderDateFormat

java.lang.Object
java.text.Format
java.text.DateFormat
java.text.SimpleDateFormat
io.netty.handler.codec.http.HttpHeaderDateFormat
All Implemented Interfaces:
Serializable, Cloneable

@Deprecated public final class HttpHeaderDateFormat extends SimpleDateFormat
Deprecated.
Use DateFormatter instead
This DateFormat decodes 3 formats of Date, but only encodes the one, the first:
  • Sun, 06 Nov 1994 08:49:37 GMT: standard specification, the only one with valid generation
  • Sunday, 06-Nov-94 08:49:37 GMT: obsolete specification
  • Sun Nov 6 08:49:37 1994: obsolete specification
See Also: