| Package | Description |
|---|---|
| io.netty.handler.codec.marshalling |
Decoder and Encoder which uses JBoss Marshalling.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMarshallerProvider
Default implementation of
MarshallerProvider which just create a new Marshaller
on ever DefaultMarshallerProvider.getMarshaller(ChannelHandlerContext) call. |
class |
ThreadLocalMarshallerProvider
UnmarshallerProvider implementation which use a ThreadLocal to store references
to Marshaller instances. |
| Modifier and Type | Field and Description |
|---|---|
private MarshallerProvider |
MarshallingEncoder.provider |
private MarshallerProvider |
CompatibleMarshallingEncoder.provider |
| Constructor and Description |
|---|
CompatibleMarshallingEncoder(MarshallerProvider provider)
Create a new instance of the
CompatibleMarshallingEncoder |
MarshallingEncoder(MarshallerProvider provider)
Creates a new encoder.
|