netty5/microbench/src
Stephane Landelle f755e58463 Clean up following #6016
Motivation:

* DefaultHeaders from netty-codec has some duplicated logic for header date parsing
* Several classes keep on using deprecated HttpHeaderDateFormat

Modifications:

* Move HttpHeaderDateFormatter to netty-codec and rename it into HeaderDateFormatter
* Make DefaultHeaders use HeaderDateFormatter
* Replace HttpHeaderDateFormat usage with HeaderDateFormatter

Result:

Faster and more consistent code
2016-11-21 12:35:40 -08:00
..
main Clean up following #6016 2016-11-21 12:35:40 -08:00
test/java/io/netty/microbench retainSlice() unwrap ByteBuf 2016-07-29 11:16:44 -07:00