String
into a
ByteBuf
and vice versa.See: Description
Class | Description |
---|---|
LineEncoder |
Apply a line separator to the requested
String and encode it into a ByteBuf . |
LineSeparator |
A class to represent line separators in different environments.
|
StringDecoder |
Decodes a received
ByteBuf into a String . |
StringEncoder |
Encodes the requested
String into a ByteBuf . |
String
into a
ByteBuf
and vice versa.Copyright © 2008–2019 The Netty Project. All rights reserved.