Uses of Interface
org.jboss.netty.handler.codec.marshalling.MarshallerProvider
Packages that use MarshallerProvider
-
Uses of MarshallerProvider in org.jboss.netty.handler.codec.marshalling
Classes in org.jboss.netty.handler.codec.marshalling that implement MarshallerProviderModifier and TypeClassDescriptionclass
Default implementation ofMarshallerProvider
which just create a newMarshaller
on everDefaultMarshallerProvider.getMarshaller(ChannelHandlerContext)
call.class
UnmarshallerProvider
implementation which use aThreadLocal
to store references toMarshaller
instances.Fields in org.jboss.netty.handler.codec.marshalling declared as MarshallerProviderModifier and TypeFieldDescriptionprivate final MarshallerProvider
CompatibleMarshallingEncoder.provider
private final MarshallerProvider
MarshallingEncoder.provider
Constructors in org.jboss.netty.handler.codec.marshalling with parameters of type MarshallerProviderModifierConstructorDescriptionCreate a new instance of theCompatibleMarshallingEncoder
MarshallingEncoder
(MarshallerProvider provider) Creates a new encoder with the estimated length of 512 bytes.MarshallingEncoder
(MarshallerProvider provider, int estimatedLength) Creates a new encoder.