Uses of Class
io.netty5.handler.codec.string.LineSeparator
-
Packages that use LineSeparator Package Description io.netty5.handler.codec.string Encoder and decoder which transform aString
into aio.netty5.buffer.ByteBuf
and vice versa. -
-
Uses of LineSeparator in io.netty5.handler.codec.string
Fields in io.netty5.handler.codec.string declared as LineSeparator Modifier and Type Field Description static LineSeparator
LineSeparator. DEFAULT
The default line separator in the current system.static LineSeparator
LineSeparator. UNIX
The Unix line separator(LF)static LineSeparator
LineSeparator. WINDOWS
The Windows line separator(CRLF)Constructors in io.netty5.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, Charset charset)
Creates a new instance with the specified line separator and character set.
-