netty5/codec-http/src/main/java/io/netty/handler/codec/http
2014-02-13 18:10:11 -08:00
..
cors Adding a Cross Origin Resource Sharing (CORS) handler. 2014-01-16 08:18:16 +01:00
multipart Add ReferenceCounted.touch() / Add missing retain() overrides 2014-02-13 18:10:11 -08:00
websocketx Add ReferenceCounted.touch() / Add missing retain() overrides 2014-02-13 18:10:11 -08:00
ClientCookieEncoder.java Instead of complicated capacity estimation, just use thread local buffers. 2013-11-02 19:22:44 +09:00
ComposedLastHttpContent.java Add ReferenceCounted.touch() / Add missing retain() overrides 2014-02-13 18:10:11 -08:00
Cookie.java Add setters and getters back to Http Objects 2013-01-30 07:42:18 +01:00
CookieDecoder.java [#1384] Cache HttpHeaderDateFormat in ThreadLocal 2013-05-23 11:39:50 +02:00
CookieEncoderUtil.java Instead of complicated capacity estimation, just use thread local buffers. 2013-11-02 19:22:44 +09:00
CookieHeaderNames.java Update license headers 2012-06-04 13:31:44 -07:00
DefaultCookie.java Prefer isEmpty() over size() == 0 or length() == 0 2012-11-10 01:24:04 +09:00
DefaultFullHttpRequest.java Add ReferenceCounted.touch() / Add missing retain() overrides 2014-02-13 18:10:11 -08:00
DefaultFullHttpResponse.java Add ReferenceCounted.touch() / Add missing retain() overrides 2014-02-13 18:10:11 -08:00
DefaultHttpContent.java Add ReferenceCounted.touch() / Add missing retain() overrides 2014-02-13 18:10:11 -08:00
DefaultHttpHeaders.java Use LinkedHashSet for HttpHeaders.names() and add Javadoc about the performance of names() and entries() 2013-12-22 19:17:27 +09:00
DefaultHttpMessage.java Allow to disable validation of HTTP headers which shows a 5k perf improvement here when disabled 2013-11-14 07:45:03 +01:00
DefaultHttpObject.java Add setters and getters back to Http Objects 2013-01-30 07:42:18 +01:00
DefaultHttpRequest.java Use StringUtil.simpleClassName(..) instead of Class.getSimpleName() where necessary 2014-02-13 15:37:16 -08:00
DefaultHttpResponse.java Allow to disable validation of HTTP headers which shows a 5k perf improvement here when disabled 2013-11-14 07:45:03 +01:00
DefaultLastHttpContent.java Add ReferenceCounted.touch() / Add missing retain() overrides 2014-02-13 18:10:11 -08:00
FullHttpMessage.java Add ReferenceCounted.touch() / Add missing retain() overrides 2014-02-13 18:10:11 -08:00
FullHttpRequest.java Add ReferenceCounted.touch() / Add missing retain() overrides 2014-02-13 18:10:11 -08:00
FullHttpResponse.java Add ReferenceCounted.touch() / Add missing retain() overrides 2014-02-13 18:10:11 -08:00
HttpChunkedInput.java Fix inspector warnings 2014-01-15 17:18:19 +01:00
HttpClientCodec.java Also allow to disable header validation via HttpServerCodec and HttpClientCodec. Related to [#1981] 2013-11-14 08:19:49 +01:00
HttpConstants.java Update license headers 2012-06-04 13:31:44 -07:00
HttpContent.java Add ReferenceCounted.touch() / Add missing retain() overrides 2014-02-13 18:10:11 -08:00
HttpContentCompressor.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
HttpContentDecoder.java Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2014-02-13 17:19:26 -08:00
HttpContentDecompressor.java [#2005] Allow to use HttpContentDecompressor in strict mode 2013-11-26 08:22:01 +01:00
HttpContentEncoder.java Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2014-02-13 17:19:26 -08:00
HttpHeaderDateFormat.java Fix checkstyle 2013-07-07 12:39:29 +09:00
HttpHeaderEntity.java Backport HTTP encoding / decoding optimizations which were introduced by #2007. 2013-11-28 10:46:27 +01:00
HttpHeaders.java Use LinkedHashSet for HttpHeaders.names() and add Javadoc about the performance of names() and entries() 2013-12-22 19:17:27 +09:00
HttpMessage.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
HttpMethod.java Backport HTTP encoding / decoding optimizations which were introduced by #2007. 2013-11-28 10:46:27 +01:00
HttpObject.java Add setters and getters back to Http Objects 2013-01-30 07:42:18 +01:00
HttpObjectAggregator.java [#2219] Fix javadocs of HttpObjectAggregator to show correct handler order in pipeline 2014-02-09 17:10:09 +01:00
HttpObjectDecoder.java [#2173] Fix regression that let HttpRequestDecoder fail if the websocket response and a websocketframe are send in one go 2014-02-06 10:34:05 +01:00
HttpObjectEncoder.java Merge buffers for performance reasons if possible when encode http requests/responses. 2013-11-28 13:48:00 +01:00
HttpRequest.java Add setters and getters back to Http Objects 2013-01-30 07:42:18 +01:00
HttpRequestDecoder.java Allow to disable validation of HTTP headers which shows a 5k perf improvement here when disabled 2013-11-14 07:45:03 +01:00
HttpRequestEncoder.java Backport HTTP encoding / decoding optimizations which were introduced by #2007. 2013-11-28 10:46:27 +01:00
HttpResponse.java Add setters and getters back to Http Objects 2013-01-30 07:42:18 +01:00
HttpResponseDecoder.java Allow to disable validation of HTTP headers which shows a 5k perf improvement here when disabled 2013-11-14 07:45:03 +01:00
HttpResponseEncoder.java Backport HTTP encoding / decoding optimizations which were introduced by #2007. 2013-11-28 10:46:27 +01:00
HttpResponseStatus.java Backport HTTP encoding / decoding optimizations which were introduced by #2007. 2013-11-28 10:46:27 +01:00
HttpServerCodec.java Also allow to disable header validation via HttpServerCodec and HttpClientCodec. Related to [#1981] 2013-11-14 08:19:49 +01:00
HttpVersion.java [#1682] HttpVersion.valueOf(...) should not convert to uppercase 2014-02-13 16:36:36 -08:00
LastHttpContent.java Add ReferenceCounted.touch() / Add missing retain() overrides 2014-02-13 18:10:11 -08:00
package-info.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
QueryStringDecoder.java [#1833] Replace ; with & only in the QueryString and not the whole URI 2013-09-14 11:59:58 +02:00
QueryStringEncoder.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
ServerCookieEncoder.java Instead of complicated capacity estimation, just use thread local buffers. 2013-11-02 19:22:44 +09:00