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 ofUnmarshallerProviderwhich will just create a newUnmarshalleron every call toDefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)LimitingByteInput.TooBigObjectException Exception that will get thrown if theObjectis to big to unmarshallMarshallerProvider This provider is responsible to get aMarshallerfor the givenChannelHandlerContext.UnmarshallerProvider This provider is responsible to get anUnmarshallerfor aChannelHandlerContext