Uses of Class
io.netty.handler.codec.string.LineSeparator
Packages that use LineSeparator
Package
Description
-
Uses of LineSeparator in io.netty.handler.codec.string
Fields in io.netty.handler.codec.string declared as LineSeparatorModifier and TypeFieldDescriptionstatic final LineSeparator
LineSeparator.DEFAULT
The default line separator in the current system.static final LineSeparator
LineSeparator.UNIX
The Unix line separator(LF)static final LineSeparator
LineSeparator.WINDOWS
The Windows line separator(CRLF)Constructors in io.netty.handler.codec.string with parameters of type LineSeparatorModifierConstructorDescriptionLineEncoder
(LineSeparator lineSeparator) Creates a new instance with the specified line separator and UTF-8 charset encoding.LineEncoder
(LineSeparator lineSeparator, Charset charset) Creates a new instance with the specified line separator and character set.