netty5/codec-xml/src
Marek Jelen d5207bc35c Integrate non-blocking XML parser as Netty codec (#2806)
Motivation:
Provide non-blocking XML parser as Netty codec.

Modifications:
New codec implemented/extracted.

io.netty.handler.codec.xml.XmlDecoder decodes XML fed by Netty without blocking.

Result:
Non-blocking XML stream parsing.
2015-02-19 14:17:17 +01:00
..
main/java/io/netty/handler/codec/xml Integrate non-blocking XML parser as Netty codec (#2806) 2015-02-19 14:17:17 +01:00
test/java/io/netty/handler/codec/xml Integrate non-blocking XML parser as Netty codec (#2806) 2015-02-19 14:17:17 +01:00