Package | Description |
---|---|
org.jboss.netty.handler.codec.marshalling |
Decoder and Encoder which uses JBoss Marshalling.
|
Class and Description |
---|
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 |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.