{"id":56542,"library":"netty-codec-xml","title":"Netty Codec XML","description":"Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.","status":"active","version":"4.1.135.Final","language":"java","source_language":null,"source_url":"https://github.com/netty/netty","tags":["netty","xml","codec","networking","async"],"install":[{"cmd":"<dependency>\n  <groupId>io.netty</groupId>\n  <artifactId>netty-codec-xml</artifactId>\n  <version>4.1.135.Final</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.netty:netty-codec-xml:4.1.135.Final'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"XmlFrameDecoder","correct":"io.netty.handler.codec.xml.XmlFrameDecoder"}],"quickstart":{"code":"import io.netty.handler.codec.xml.XmlFrameDecoder;\nimport io.netty.channel.ChannelInitializer;\nimport io.netty.channel.socket.SocketChannel;\n\npublic class NettyXmlExample {\n    public static void main(String[] args) {\n        ChannelInitializer<SocketChannel> initializer = new ChannelInitializer<SocketChannel>() {\n            @Override\n            protected void initChannel(SocketChannel ch) {\n                ch.pipeline().addLast(new XmlFrameDecoder(8192));\n            }\n        };\n    }\n}","lang":"java","description":"Add an XML frame decoder to a Netty pipeline for parsing XML messages."},"warnings":[],"env_vars":null,"search_vec":"'applic':12 'async':29 'asynchron':7 'client':24 'codec':2,27 'develop':16 'driven':10 'event':9 'event-driven':8 'framework':13 'high':19 'maintain':18 'netti':1,4,25 'network':11,28 'perform':20 'protocol':21 'rapid':15 'server':22 'xml':3,26","created_at":"2026-06-15T10:40:48.929643+00:00","updated_at":"2026-06-15T10:40:48.929643+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://netty.io/","github":"https://github.com/netty/netty","docs":"https://appdoc.app/artifact/io.netty/netty-codec-xml/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}