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