| Package | Description | 
|---|---|
| io.netty.handler.codec.marshalling | Decoder and Encoder which uses JBoss Marshalling. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ContextBoundUnmarshallerProviderUnmarshallerProviderwhich store a reference to theUnmarshallerin theChannelHandlerContextvia theAttributeMap.attr(AttributeKey)method. | 
| class  | DefaultUnmarshallerProviderDefault implementation of  UnmarshallerProviderwhich will just create a newUnmarshalleron every call toDefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext) | 
| class  | ThreadLocalUnmarshallerProviderUnmarshallerProviderimplementation which use aThreadLocalto store references
 toUnmarshallerinstances. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected UnmarshallerProvider | CompatibleMarshallingDecoder. provider | 
| Constructor and Description | 
|---|
| CompatibleMarshallingDecoder(UnmarshallerProvider provider,
                            int maxObjectSize)Create a new instance of  CompatibleMarshallingDecoder. | 
| MarshallingDecoder(UnmarshallerProvider provider)Creates a new decoder whose maximum object size is  1048576bytes. | 
| MarshallingDecoder(UnmarshallerProvider provider,
                  int maxObjectSize)Creates a new decoder with the specified maximum object size. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.