Uses of Class
io.netty.handler.codec.string.LineSeparator
-
Packages that use LineSeparator Package Description io.netty.handler.codec.string Encoder and decoder which transform aStringinto aByteBufand vice versa. -
-
Uses of LineSeparator in io.netty.handler.codec.string
Fields in io.netty.handler.codec.string declared as LineSeparator Modifier and Type Field Description static LineSeparatorLineSeparator. DEFAULTThe default line separator in the current system.static LineSeparatorLineSeparator. UNIXThe Unix line separator(LF)static LineSeparatorLineSeparator. WINDOWSThe Windows line separator(CRLF)Constructors in io.netty.handler.codec.string with parameters of type LineSeparator Constructor Description LineEncoder(LineSeparator lineSeparator)Creates a new instance with the specified line separator and UTF-8 charset encoding.LineEncoder(LineSeparator lineSeparator, java.nio.charset.Charset charset)Creates a new instance with the specified line separator and character set.
-