netty5/codec/src
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
..
main/java/io/netty/handler/codec Split a JSON byte stream into JSON objects/arrays. Fixes #2536 2014-07-03 18:34:29 +09:00
test Split a JSON byte stream into JSON objects/arrays. Fixes #2536 2014-07-03 18:34:29 +09:00