Example code for Netty, an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-example</artifactId>
<version>4.1.135.Final</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts a simple Netty echo server on port 8080.
Refer to the migration guide when upgrading from 4.0.x to 4.1.x.
No dependency data recorded yet.