Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
'io.netty:netty-codec-http:4.0.13.Final'
<dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> <version>4.0.13.Final</version> </dependency>
<dependency org="io.netty" name="netty-codec-http" rev="4.0.13.Final"/>
"io.netty", "netty-codec-http", "4.0.13.Final"