Package io.netty.handler.codec.json
package io.netty.handler.codec.json
JSON specific codecs.
-
ClassesClassDescriptionSplits a byte stream of JSON objects and arrays into individual objects/arrays and passes them up the
ChannelPipeline
.