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.string
Encoder and decoder which transform a
String
into a
ByteBuf
and vice versa.
See:
Description
Class Summary
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
.
Package io.netty.handler.codec.string Description
Encoder and decoder which transform a
String
into a
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.