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)
LimitingByteInput.TooBigObjectException Exception that will get thrown if theObject
is to big to unmarshallMarshallerProvider This provider is responsible to get aMarshaller
for the givenChannelHandlerContext
.UnmarshallerProvider This provider is responsible to get anUnmarshaller
for aChannelHandlerContext