Class ContextBoundUnmarshallerProvider

java.lang.Object
org.jboss.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
org.jboss.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.setAttachment(Object) method. So the same Unmarshaller will be used during the life-time of a Channel for the ChannelHandler's ChannelHandlerContext.