程序包 | 说明 |
---|---|
org.jboss.netty.handler.codec.marshalling |
Decoder and Encoder which uses JBoss Marshalling.
|
类和说明 |
---|
DefaultUnmarshallerProvider
Default implementation of
UnmarshallerProvider which will just create a new Unmarshaller
on every call to DefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext) |
MarshallerProvider
This provider is responsible to get a
Marshaller for the given ChannelHandlerContext . |
UnmarshallerProvider
This provider is responsible to get an
Unmarshaller for a ChannelHandlerContext |