JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
io.netty.handler.codec.string
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package io.netty.handler.codec.string
package
io.netty.handler.codec.string
Encoder and decoder which transform a
String
into a
ByteBuf
and vice versa.
Related Packages
Package
Description
io.netty.handler.codec
Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.
Classes
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
.