| 程序包 | 说明 | 
|---|---|
| org.jboss.netty.handler.codec.marshalling | 
 Decoder and Encoder which uses JBoss Marshalling. 
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
ContextBoundUnmarshallerProvider
UnmarshallerProvider which store a reference to the Unmarshaller in the
 ChannelHandlerContext via the ChannelHandlerContext.setAttachment(Object)
 method. | 
class  | 
DefaultUnmarshallerProvider
Default implementation of  
UnmarshallerProvider which will just create a new Unmarshaller
 on every call to DefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext) | 
class  | 
ThreadLocalUnmarshallerProvider
UnmarshallerProvider implementation which use a ThreadLocal to store references
 to Unmarshaller instances. | 
| 限定符和类型 | 字段和说明 | 
|---|---|
protected UnmarshallerProvider | 
CompatibleMarshallingDecoder.provider  | 
| 构造器和说明 | 
|---|
CompatibleMarshallingDecoder(UnmarshallerProvider provider,
                            int maxObjectSize)
Create a new instance of  
CompatibleMarshallingDecoder. | 
MarshallingDecoder(UnmarshallerProvider provider)
Creates a new decoder whose maximum object size is  
1048576
 bytes. | 
MarshallingDecoder(UnmarshallerProvider provider,
                  int maxObjectSize)
Creates a new decoder with the specified maximum object size. 
 |