Uses of Class
org.jboss.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
Packages that use DefaultUnmarshallerProvider
-
Uses of DefaultUnmarshallerProvider in org.jboss.netty.handler.codec.marshalling
Subclasses of DefaultUnmarshallerProvider in org.jboss.netty.handler.codec.marshallingModifier and TypeClassDescriptionclass
UnmarshallerProvider
which store a reference to theUnmarshaller
in theChannelHandlerContext
via theChannelHandlerContext.setAttachment(Object)
method.