netty5/codec-http/src/main/java/io/netty/handler/codec/http
Trustin Lee 92a688e5b2 Retrofit the codec framework with the new API (in progress)
- Replaced FrameDecoder and OneToOne(Encoder|Decoder) with:
  - (Stream|Message)To(String|Message)(Encoder|Decoder)
- Moved the classes in 'codec.frame' up to 'codec'
- Fixed some bugs found while running unit tests
2012-05-16 23:02:06 +09:00
..
websocketx Retrofit the codec framework with the new API (in progress) 2012-05-16 23:02:06 +09:00
AbstractDiskHttpData.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
AbstractHttpData.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
AbstractMemoryHttpData.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
Attribute.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
CaseIgnoringComparator.java Overall cleanup / Add lost old jzlib headers 2012-01-13 17:41:18 +09:00
Cookie.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
CookieDecoder.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
CookieEncoder.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
CookieHeaderNames.java Overall cleanup / Add lost old jzlib headers 2012-01-13 17:41:18 +09:00
DefaultCookie.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
DefaultHttpChunk.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
DefaultHttpChunkTrailer.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
DefaultHttpDataFactory.java Fix checkstyle violations / Renaming RXTX -> Rxtx 2012-01-15 01:08:00 +09:00
DefaultHttpMessage.java Use getHeader() instead of getHeaders() 2012-02-07 18:13:13 +09:00
DefaultHttpRequest.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
DefaultHttpResponse.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
DiskAttribute.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
DiskFileUpload.java Fix checkstyle violations / Renaming RXTX -> Rxtx 2012-01-15 01:08:00 +09:00
FileUpload.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
HttpChunk.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
HttpChunkAggregator.java Retrofit the codec framework with the new API (in progress) 2012-05-16 23:02:06 +09:00
HttpChunkTrailer.java Overall cleanup / Add lost old jzlib headers 2012-01-13 17:41:18 +09:00
HttpClientCodec.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
HttpCodecUtil.java Overall cleanup / Add lost old jzlib headers 2012-01-13 17:41:18 +09:00
HttpContentCompressor.java Forward-port the pull request #172 to fix #164 2012-02-02 16:10:28 +09:00
HttpContentDecoder.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
HttpContentDecompressor.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
HttpContentEncoder.java Another round of the new API design 2012-05-01 17:19:41 +09:00
HttpData.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
HttpDataFactory.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
HttpHeaderDateFormat.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
HttpHeaders.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
HttpMessage.java Overall cleanup / Add lost old jzlib headers 2012-01-13 17:41:18 +09:00
HttpMessageDecoder.java Retrofit the codec framework with the new API (in progress) 2012-05-16 23:02:06 +09:00
HttpMessageEncoder.java HttpMessageEncoder should add Header "Transfer-Encoding: chunked" 2012-02-02 15:24:30 +01:00
HttpMethod.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
HttpPostBodyUtil.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
HttpPostRequestDecoder.java Correctly handle HTTP Patch. See #227 2012-03-11 11:54:54 +01:00
HttpPostRequestEncoder.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
HttpRequest.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
HttpRequestDecoder.java Retrofit the codec framework with the new API (in progress) 2012-05-16 23:02:06 +09:00
HttpRequestEncoder.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
HttpResponse.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
HttpResponseDecoder.java Retrofit the codec framework with the new API (in progress) 2012-05-16 23:02:06 +09:00
HttpResponseEncoder.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
HttpResponseStatus.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
HttpServerCodec.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
HttpVersion.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
InterfaceHttpData.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
InternalAttribute.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
MemoryAttribute.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
MemoryFileUpload.java Fix checkstyle violations / Renaming RXTX -> Rxtx 2012-01-15 01:08:00 +09:00
MixedAttribute.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
MixedFileUpload.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
package-info.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
QueryStringDecoder.java fixed checkstyle build failures 2012-02-19 12:38:39 +05:30
QueryStringEncoder.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00