Uses of Interface
io.netty.handler.codec.marshalling.MarshallerProvider
-
Packages that use MarshallerProvider Package Description io.netty.handler.codec.marshalling Decoder and Encoder which uses JBoss Marshalling. -
-
Uses of MarshallerProvider in io.netty.handler.codec.marshalling
Classes in io.netty.handler.codec.marshalling that implement MarshallerProvider Modifier and Type Class Description class
DefaultMarshallerProvider
Default implementation ofMarshallerProvider
which just create a newMarshaller
on everDefaultMarshallerProvider.getMarshaller(ChannelHandlerContext)
call.class
ThreadLocalMarshallerProvider
UnmarshallerProvider
implementation which use aThreadLocal
to store references toMarshaller
instances.Constructors in io.netty.handler.codec.marshalling with parameters of type MarshallerProvider Constructor Description CompatibleMarshallingEncoder(MarshallerProvider provider)
Create a new instance of theCompatibleMarshallingEncoder
MarshallingEncoder(MarshallerProvider provider)
Creates a new encoder.
-