Uses of Class
io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
-
Packages that use DefaultUnmarshallerProvider Package Description io.netty.handler.codec.marshalling Decoder and Encoder which uses JBoss Marshalling. -
-
Uses of DefaultUnmarshallerProvider in io.netty.handler.codec.marshalling
Subclasses of DefaultUnmarshallerProvider in io.netty.handler.codec.marshalling Modifier and Type Class Description class
ContextBoundUnmarshallerProvider
UnmarshallerProvider
which store a reference to theUnmarshaller
in theChannelHandlerContext
via theChannelHandlerContext.attr(AttributeKey)
method.
-