Uses of Interface
io.netty.handler.codec.marshalling.MarshallerProvider
Packages that use MarshallerProvider
-
Uses of MarshallerProvider in io.netty.handler.codec.marshalling
Classes in io.netty.handler.codec.marshalling that implement MarshallerProviderModifier and TypeClassDescriptionclassDefault implementation ofMarshallerProviderwhich just create a newMarshalleron everDefaultMarshallerProvider.getMarshaller(ChannelHandlerContext)call.classUnmarshallerProviderimplementation which use aThreadLocalto store references toMarshallerinstances.Constructors in io.netty.handler.codec.marshalling with parameters of type MarshallerProviderModifierConstructorDescriptionCreate a new instance of theCompatibleMarshallingEncoderMarshallingEncoder(MarshallerProvider provider) Creates a new encoder.