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.base64
package
io.netty.handler.codec.base64
Encoder and decoder which transform a
Base64
-encoded
String
or
ByteBuf
into a decoded
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.
All Classes and Interfaces
Classes
Enums
Class
Description
Base64
Utility class for
ByteBuf
that encodes and decodes to and from
Base64
notation.
Base64.Decoder
Base64Decoder
Decodes a Base64-encoded
ByteBuf
or US-ASCII
String
into a
ByteBuf
.
Base64Dialect
Enumeration of supported Base64 dialects.
Base64Encoder
Encodes a
ByteBuf
into a Base64-encoded
ByteBuf
.