Uses of Package
org.jboss.netty.handler.codec.marshalling
-
Packages that use org.jboss.netty.handler.codec.marshalling Package Description org.jboss.netty.handler.codec.marshalling Decoder and Encoder which uses JBoss Marshalling. -
Classes in org.jboss.netty.handler.codec.marshalling used by org.jboss.netty.handler.codec.marshalling Class Description DefaultUnmarshallerProvider Default implementation ofUnmarshallerProvider
which will just create a newUnmarshaller
on every call toDefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)
MarshallerProvider This provider is responsible to get aMarshaller
for the givenChannelHandlerContext
.UnmarshallerProvider This provider is responsible to get anUnmarshaller
for aChannelHandlerContext