Uses of Class
io.netty.handler.codec.DefaultHeadersImpl
Packages that use DefaultHeadersImpl
Package
Description
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 DefaultHeadersImpl in io.netty.handler.codec
Subclasses with type arguments of type DefaultHeadersImpl in io.netty.handler.codecModifier and TypeClassDescriptionfinal classDefaultHeadersImpl<K,V> A concrete implementation ofDefaultHeadersthat allows for direct instantiation.