netty5/codec-http/src/main/java/io/netty/handler/codec/http
2013-10-24 17:39:50 +09:00
..
multipart No need to slice before copy. Part of #1848 2013-10-12 20:04:33 +02:00
websocketx Make all mutable fields in WebSocketClientHandshaker volatile 2013-10-24 17:39:50 +09:00
ClientCookieEncoder.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
ComposedLastHttpContent.java [#1648] Make sure trailing headers are not dropped during content encoding/decoding 2013-07-24 15:59:59 +02: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 Correctly format cookies. This fix some bug which lead to expiring of cookies to not work. See #426 2012-07-04 15:20:47 +02: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 [#1533] Introduce ByteBufHolder.duplicate() and make use of it in DefaultChannelGroup.write(...) 2013-07-06 21:17:51 +02:00
DefaultFullHttpResponse.java [#1533] Introduce ByteBufHolder.duplicate() and make use of it in DefaultChannelGroup.write(...) 2013-07-06 21:17:51 +02:00
DefaultHttpContent.java [#1533] Introduce ByteBufHolder.duplicate() and make use of it in DefaultChannelGroup.write(...) 2013-07-06 21:17:51 +02:00
DefaultHttpHeaders.java Add HttpHeaders.contains(name, value, ...) to save creation of LinkedList for simple checks 2013-10-11 21:39:53 +02:00
DefaultHttpMessage.java [#1637] Check for null parameters 2013-07-23 06:30:45 +02:00
DefaultHttpObject.java Add setters and getters back to Http Objects 2013-01-30 07:42:18 +01:00
DefaultHttpRequest.java [#1881] Use correct field name in NullPointerException 2013-10-04 09:54:41 +02:00
DefaultHttpResponse.java [#1637] Check for null parameters 2013-07-23 06:30:45 +02:00
DefaultLastHttpContent.java [#1533] Introduce ByteBufHolder.duplicate() and make use of it in DefaultChannelGroup.write(...) 2013-07-06 21:17:51 +02:00
FullHttpMessage.java Update FullHttpMessage.java 2013-04-08 21:12:19 +02:00
FullHttpRequest.java Change ReferenceCounted.retain* to return itself and so allow method chaining 2013-02-14 07:39:44 +01:00
FullHttpResponse.java Change ReferenceCounted.retain* to return itself and so allow method chaining 2013-02-14 07:39:44 +01:00
HttpClientCodec.java Allow to also write FileRegion and ChunkInput when using HTTP chunked. Fixes [#1693] 2013-08-07 09:37:23 +02:00
HttpConstants.java Update license headers 2012-06-04 13:31:44 -07:00
HttpContent.java [#1533] Introduce ByteBufHolder.duplicate() and make use of it in DefaultChannelGroup.write(...) 2013-07-06 21:17:51 +02:00
HttpContentCompressor.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
HttpContentDecoder.java [#1648] Make sure trailing headers are not dropped during content encoding/decoding 2013-07-24 15:59:59 +02:00
HttpContentDecompressor.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
HttpContentEncoder.java [#1818] Pass through message as they are when no compression is needed 2013-09-09 11:32:37 +02:00
HttpHeaderDateFormat.java Fix checkstyle 2013-07-07 12:39:29 +09:00
HttpHeaders.java Add HttpHeaders.contains(name, value, ...) to save creation of LinkedList for simple checks 2013-10-11 21:39:53 +02: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 Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
HttpObject.java Add setters and getters back to Http Objects 2013-01-30 07:42:18 +01:00
HttpObjectAggregator.java [#1542] Fix resource-leak in HttpObjectAggregator when a too long frame was detected 2013-07-10 22:10:48 +02:00
HttpObjectDecoder.java [#1880] Use ByteBufAllocator when read bytes into new chunks 2013-10-01 10:10:43 +02:00
HttpObjectEncoder.java Move encode of chunked content to an extra method, this allows for inline. Related to #1812 2013-09-05 10:17:43 +02:00
HttpRequest.java Add setters and getters back to Http Objects 2013-01-30 07:42:18 +01:00
HttpRequestDecoder.java [#942] Add an option to disable decoding of chunked transfer encoding in HttpObjectDecoder 2013-01-20 10:40:54 +01:00
HttpRequestEncoder.java HttpRequestEncoder should append '/' to absolute path requests only when needed 2013-09-22 13:41:35 +02:00
HttpResponse.java Add setters and getters back to Http Objects 2013-01-30 07:42:18 +01:00
HttpResponseDecoder.java Make sure that HttpObjectDecoder decodes the last HTTP message without 'Content-Length' header 2013-06-13 10:57:06 +09:00
HttpResponseEncoder.java [#1553] Improve performance of encodeInitialLine 2013-07-10 21:00:47 +02:00
HttpResponseStatus.java Added http status codes from RFC 6585 2013-07-30 06:41:38 +02:00
HttpServerCodec.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
HttpVersion.java Make sure HttpVersion checks if the version string is not empty 2013-10-17 20:26:51 +09:00
LastHttpContent.java [#1533] Introduce ByteBufHolder.duplicate() and make use of it in DefaultChannelGroup.write(...) 2013-07-06 21:17:51 +02: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 [#1384] Cache HttpHeaderDateFormat in ThreadLocal 2013-05-23 11:39:50 +02:00