Package io.netty.handler.codec.string
Encoder and decoder which transform a 
String into a
 ByteBuf and vice versa.- 
Class Summary Class Description LineEncoder Apply a line separator to the requestedStringand encode it into aByteBuf.LineSeparator A class to represent line separators in different environments.StringDecoder Decodes a receivedByteBufinto aString.StringEncoder Encodes the requestedStringinto aByteBuf.