Uses of Class
io.netty.handler.codec.UnsupportedValueConverter
Packages that use UnsupportedValueConverter
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 UnsupportedValueConverter in io.netty.handler.codec
Fields in io.netty.handler.codec declared as UnsupportedValueConverterModifier and TypeFieldDescriptionprivate static final UnsupportedValueConverter
UnsupportedValueConverter.INSTANCE
Methods in io.netty.handler.codec that return UnsupportedValueConverterModifier and TypeMethodDescriptionstatic <V> UnsupportedValueConverter
<V> UnsupportedValueConverter.instance()