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 LineSeparatorLineSeparator.DEFAULTThe default line separator in the current system.static final LineSeparatorLineSeparator.UNIXThe Unix line separator(LF)static final LineSeparatorLineSeparator.WINDOWSThe 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.