JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes
Package io.netty.handler.codec.base64
Encoder and decoder which transform a
Base64
-encoded
String
or
ByteBuf
into a decoded
ByteBuf
and vice versa.
See:
Description
Class Summary
Class
Description
Base64
Utility class for
ByteBuf
that encodes and decodes to and from
Base64
notation.
Base64Decoder
Decodes a Base64-encoded
ByteBuf
or US-ASCII
String
into a
ByteBuf
.
Base64Encoder
Encodes a
ByteBuf
into a Base64-encoded
ByteBuf
.
Enum Summary
Enum
Description
Base64Dialect
Enumeration of supported Base64 dialects.
Package io.netty.handler.codec.base64 Description
Encoder and decoder which transform a
Base64
-encoded
String
or
ByteBuf
into a decoded
ByteBuf
and vice versa.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes
Copyright © 2008–2024
The Netty Project
. All rights reserved.