JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Netty/All-in-One 4.1.32.Final-redhat-00001
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
Netty/All-in-One 4.1.32.Final-redhat-00001
Prev Package
Next Package
Frames
No Frames
All Classes
Copyright © 2008–2019
The Netty Project
. All rights reserved.