netty5/codec-http/src/main/java/io/netty/handler/codec/http
Trustin Lee 368156f5d0 Another round of the new API design
- Channel now creates a ChannelPipeline by itself

  I find no reason to allow a user to use one's own pipeline
  implementation since I saw nobody does except for the cases where a
  user wants to add a user attribute to a channel, which is now covered
  by AttributeMap.

- Removed ChannelEvent and its subtypes because they are replaced by
  direct method invocation.
- Replaced ChannelSink with Channel.unsafe()
- Various getter renaming (e.g. Channel.getId() -> Channel.id())
- Added ChannelHandlerInvoker interface
- Implemented AbstractChannel and AbstractServerChannel
- Some other changes I don't remember
2012-05-01 17:19:41 +09:00
..
websocketx Issue #250. Implement web socket close frame status code and reason text. 2012-04-10 08:15:24 +02: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 Another round of the new API design 2012-05-01 17:19:41 +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 Correctly handle Hixie 76 websocket handshake response. See #222 2012-03-21 19:00:32 +01: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 Apply checkstyle to the build 2012-01-11 20:16:14 +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 Issue #60: Make the project multi-module 2011-12-28 19:44:04 +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