Package io.netty.handler.codec.json
JSON specific codecs.
-
Class Summary Class Description JsonObjectDecoder Splits a byte stream of JSON objects and arrays into individual objects/arrays and passes them up theChannelPipeline.
| Class | Description |
|---|---|
| JsonObjectDecoder |
Splits a byte stream of JSON objects and arrays into individual objects/arrays and passes them up the
ChannelPipeline. |