netty5/codec
Jakob Buchgraber aed13ba5ef Split a JSON byte stream into JSON objects/arrays. Fixes #2536
Motivation:

See GitHub Issue #2536.

Modifications:

Introduce the class JsonObjectDecoder to split a JSON byte stream
into individual JSON objets/arrays.

Result:

A Netty application can now handle a byte stream where multiple JSON
documents follow eachother as opposed to only a single JSON document
per request.
2014-07-03 18:34:29 +09:00
..
src Split a JSON byte stream into JSON objects/arrays. Fixes #2536 2014-07-03 18:34:29 +09:00
pom.xml Implement a Bzip2Decoder 2014-06-24 14:50:09 +09:00