Uses of Package
org.jboss.netty.handler.codec.marshalling
Packages that use org.jboss.netty.handler.codec.marshalling
-
Classes in org.jboss.netty.handler.codec.marshalling used by org.jboss.netty.handler.codec.marshallingClassDescriptionDefault implementation of
UnmarshallerProvider
which will just create a newUnmarshaller
on every call toDefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)
Exception that will get thrown if theObject
is to big to unmarshallThis provider is responsible to get aMarshaller
for the givenChannelHandlerContext
.This provider is responsible to get anUnmarshaller
for aChannelHandlerContext