Uses of Class
io.netty.handler.codec.LineBasedFrameDecoder
-
Packages that use LineBasedFrameDecoder Package Description io.netty.handler.codec Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.io.netty.handler.codec.smtp SMTP codec. -
-
Uses of LineBasedFrameDecoder in io.netty.handler.codec
Fields in io.netty.handler.codec declared as LineBasedFrameDecoder Modifier and Type Field Description private LineBasedFrameDecoder
DelimiterBasedFrameDecoder. lineBasedDecoder
Set only when decoding with "\n" and "\r\n" as the delimiter. -
Uses of LineBasedFrameDecoder in io.netty.handler.codec.smtp
Subclasses of LineBasedFrameDecoder in io.netty.handler.codec.smtp Modifier and Type Class Description class
SmtpResponseDecoder
Decoder for SMTP responses.
-