Registry / networking / netty-codec-xml

netty-codec-xml

JSON →
library4.1.135.Finaljavamavenunverified

Netty is 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-codec-xml</artifactId> <version>4.1.135.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-CODEC-XML
N
netty-codec-xml
networkingjavav4.1.135.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.

XmlFrameDecoder
io.netty.handler.codec.xml.XmlFrameDecoder

Add an XML frame decoder to a Netty pipeline for parsing XML messages.

import io.netty.handler.codec.xml.XmlFrameDecoder; import io.netty.channel.ChannelInitializer; import io.netty.channel.socket.SocketChannel; public class NettyXmlExample { public static void main(String[] args) { ChannelInitializer<SocketChannel> initializer = new ChannelInitializer<SocketChannel>() { @Override protected void initChannel(SocketChannel ch) { ch.pipeline().addLast(new XmlFrameDecoder(8192)); } }; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.135.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

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