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 requestedString
and encode it into aByteBuf
.LineSeparator A class to represent line separators in different environments.StringDecoder Decodes a receivedByteBuf
into aString
.StringEncoder Encodes the requestedString
into aByteBuf
.