Package | Description |
---|---|
org.jboss.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. |
Constructor and Description |
---|
CompatibleMarshallingEncoder(MarshallerProvider provider)
Create a new instance of the
CompatibleMarshallingEncoder |
MarshallingEncoder(MarshallerProvider provider)
Creates a new encoder with the estimated length of 512 bytes.
|
MarshallingEncoder(MarshallerProvider provider,
int estimatedLength)
Creates a new encoder.
|
Copyright © 2008-2014 The Netty Project. All Rights Reserved.