JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package io.netty.handler.codec.bytes
package
io.netty.handler.codec.bytes
Encoder and decoder which transform an array of bytes 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
ByteArrayDecoder
Decodes a received
ByteBuf
into an array of bytes.
ByteArrayEncoder
Encodes the requested array of bytes into a
ByteBuf
.