Uses of Class
org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
-
Packages that use LineBasedFrameDecoder Package Description org.jboss.netty.handler.codec.frame 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. -
-
Uses of LineBasedFrameDecoder in org.jboss.netty.handler.codec.frame
Fields in org.jboss.netty.handler.codec.frame declared as LineBasedFrameDecoder Modifier and Type Field Description private LineBasedFrameDecoderDelimiterBasedFrameDecoder. lineBasedDecoderSet only when decoding with "\n" and "\r\n" as the delimiter.
-