Uses of Class
io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Packages that use LengthFieldBasedFrameDecoder Package Description io.netty.handler.codec.dns DNS codec.io.netty.handler.codec.marshalling Decoder and Encoder which uses JBoss Marshalling.io.netty.handler.codec.serialization Encoder, decoder and their compatibility stream implementations which transform aSerializableobject into a byte buffer and vice versa. -
-
Uses of LengthFieldBasedFrameDecoder in io.netty.handler.codec.dns
Subclasses of LengthFieldBasedFrameDecoder in io.netty.handler.codec.dns Modifier and Type Class Description classTcpDnsQueryDecoderclassTcpDnsResponseDecoder -
Uses of LengthFieldBasedFrameDecoder in io.netty.handler.codec.marshalling
Subclasses of LengthFieldBasedFrameDecoder in io.netty.handler.codec.marshalling Modifier and Type Class Description classMarshallingDecoderDecoder which MUST be used withMarshallingEncoder. -
Uses of LengthFieldBasedFrameDecoder in io.netty.handler.codec.serialization
Subclasses of LengthFieldBasedFrameDecoder in io.netty.handler.codec.serialization Modifier and Type Class Description classObjectDecoderDeprecated.This class has been deprecated with no replacement, because serialization can be a security liability
-