Uses of Class
io.netty.handler.codec.ReplayingDecoderByteBuf
-
Packages that use ReplayingDecoderByteBuf 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. -
-
Uses of ReplayingDecoderByteBuf in io.netty.handler.codec
Fields in io.netty.handler.codec declared as ReplayingDecoderByteBuf Modifier and Type Field Description (package private) static ReplayingDecoderByteBuf
ReplayingDecoderByteBuf. EMPTY_BUFFER
private ReplayingDecoderByteBuf
ReplayingDecoder. replayable
-