Class ContextBoundUnmarshallerProvider

java.lang.Object
io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
All Implemented Interfaces:
UnmarshallerProvider

public class ContextBoundUnmarshallerProvider extends DefaultUnmarshallerProvider
UnmarshallerProvider which store a reference to the Unmarshaller in the ChannelHandlerContext via the ChannelHandlerContext.attr(AttributeKey) method. So the same Unmarshaller will be used during the life-time of a Channel for the ChannelHandler's ChannelHandlerContext.