netty5/src/main/java/org/jboss/netty/handler/codec/http
Trustin Lee 57dc0b3bc8 Fixed issue: NETTY-359 Missing support for HTTP 'Expect: 100-continue' header.
* Improved HttpHeaders.is100ContinueExpected() to conform to the RFC
* HttpChunkAggregator now sends "HTTP/1.1 100 Continue" response automatically.
* Added some TODO items which should be done in 4.0.
2010-10-19 05:40:44 +00:00
..
websocket Fixed issue: NETTY-356 WebSocket encoder regression 2010-09-09 10:59:22 +00:00
CaseIgnoringComparator.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
Cookie.java Updated APIviz tags 2010-04-16 04:12:43 +00:00
CookieDateFormat.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
CookieDecoder.java 2010-02-02 02:00:04 +00:00
CookieEncoder.java 2010-02-02 02:00:04 +00:00
CookieHeaderNames.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
DefaultCookie.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
DefaultHttpChunk.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
DefaultHttpChunkTrailer.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
DefaultHttpMessage.java NETTY-335 Remove deprecated elements 2010-06-30 05:48:23 +00:00
DefaultHttpRequest.java * Added HttpVersion.isKeepAliveDefault() to handle the 'Connection' header in a more robust manner 2010-01-27 02:38:17 +00:00
DefaultHttpResponse.java * Added HttpVersion.isKeepAliveDefault() to handle the 'Connection' header in a more robust manner 2010-01-27 02:38:17 +00:00
HttpChunk.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
HttpChunkAggregator.java Fixed issue: NETTY-359 Missing support for HTTP 'Expect: 100-continue' header. 2010-10-19 05:40:44 +00:00
HttpChunkTrailer.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
HttpClientCodec.java Fixed issue: NETTY-359 Missing support for HTTP 'Expect: 100-continue' header. 2010-10-18 08:19:03 +00:00
HttpCodecUtil.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
HttpContentCompressor.java * Added @Sharable annotation which replaces @ChannelPipelineCoverage 2010-02-02 00:38:07 +00:00
HttpContentDecoder.java Fixed issue: NETTY-359 Missing support for HTTP 'Expect: 100-continue' header. 2010-10-18 08:19:03 +00:00
HttpContentDecompressor.java * Added @Sharable annotation which replaces @ChannelPipelineCoverage 2010-02-02 00:38:07 +00:00
HttpContentEncoder.java Fixed issue: NETTY-359 Missing support for HTTP 'Expect: 100-continue' header. 2010-10-18 08:19:03 +00:00
HttpHeaders.java Fixed issue: NETTY-359 Missing support for HTTP 'Expect: 100-continue' header. 2010-10-19 05:40:44 +00:00
HttpMessage.java NETTY-335 Remove deprecated elements 2010-06-30 05:48:23 +00:00
HttpMessageDecoder.java Fixed issue: NETTY-359 Missing support for HTTP 'Expect: 100-continue' header. 2010-10-19 05:40:44 +00:00
HttpMessageEncoder.java * Added @Sharable annotation which replaces @ChannelPipelineCoverage 2010-02-02 00:38:07 +00:00
HttpMethod.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
HttpRequest.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
HttpRequestDecoder.java Fixed documentation errors in HttpMessageDecoder's subclasses 2010-01-27 08:13:38 +00:00
HttpRequestEncoder.java CRLF -> CR + LF 2010-02-01 08:32:18 +00:00
HttpResponse.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
HttpResponseDecoder.java * Added HttpClientCodec and HttpServerCodec 2010-03-31 02:19:45 +00:00
HttpResponseEncoder.java CRLF -> CR + LF 2010-02-01 08:32:18 +00:00
HttpResponseStatus.java Proper validation for HttpResponseStatus 2010-05-27 12:34:44 +00:00
HttpServerCodec.java Updated APIviz tags 2010-04-16 04:12:43 +00:00
HttpVersion.java NETTY-335 Remove deprecated elements 2010-06-30 05:48:23 +00:00
package-info.java Updated APIviz tags 2010-04-16 04:12:43 +00:00
QueryStringDecoder.java NETTY-335 Remove deprecated elements 2010-06-30 05:48:23 +00:00
QueryStringEncoder.java NETTY-335 Remove deprecated elements 2010-06-30 05:48:23 +00:00