Netty is an asynchronous event-driven network framework for building high-performance protocol servers and clients, with MQTT codec support.
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-mqtt</artifactId>
<version>4.1.115.Final</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Adds an MQTT decoder to a Netty channel pipeline.
Ensure your handler implementations use the correct method signatures (e.g., channelRead instead of messageReceived).
No dependency data recorded yet.