netty5/codec-http/src
2013-06-25 11:07:14 +09:00
..
main/java/io/netty/handler/codec Adds port to the host header value. Due to http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23 the port should be added if it differs from the default port. To simplify the code we just always add the port. 2013-06-25 11:07:14 +09:00
test/java/io/netty/handler/codec Merge ChannelInboundConsumingHandler into SimpleChannelInboundHandler 2013-06-25 11:07:14 +09:00