Registry / networking / netty-codec

netty-codec

JSON →
library4.1.131.Finaljavamavenunverified

Provides base codec (encoder/decoder) framework for the Netty network application framework.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-codec</artifactId> <version>4.1.131.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-CODEC
N
netty-codec
networkingjavav4.1.131.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ByteToMessageDecoder
io.netty.handler.codec.ByteToMessageDecoder

Shows how to extend ByteToMessageDecoder to create a custom decoder in Netty.

import io.netty.handler.codec.ByteToMessageDecoder; import io.netty.channel.ChannelHandlerContext; import java.util.List; public class MyDecoder extends ByteToMessageDecoder { @Override protected void decode(ChannelHandlerContext ctx, io.netty.buffer.ByteBuf in, List<Object> out) { // decode bytes into messages } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.131.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
netty-codec — mvn dependency:get netty-codec · libregistry