Uses of Interface
io.netty.handler.codec.marshalling.UnmarshallerProvider
Packages that use UnmarshallerProvider
-
Uses of UnmarshallerProvider in io.netty.handler.codec.marshalling
Classes in io.netty.handler.codec.marshalling that implement UnmarshallerProviderModifier and TypeClassDescriptionclassUnmarshallerProviderwhich store a reference to theUnmarshallerin theChannelHandlerContextvia theChannelHandlerContext.attr(AttributeKey)method.classDefault implementation ofUnmarshallerProviderwhich will just create a newUnmarshalleron every call toDefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)classUnmarshallerProviderimplementation which use aThreadLocalto store references toUnmarshallerinstances.Fields in io.netty.handler.codec.marshalling declared as UnmarshallerProviderModifier and TypeFieldDescriptionprotected final UnmarshallerProviderCompatibleMarshallingDecoder.providerConstructors in io.netty.handler.codec.marshalling with parameters of type UnmarshallerProviderModifierConstructorDescriptionCompatibleMarshallingDecoder(UnmarshallerProvider provider, int maxObjectSize) Create a new instance ofCompatibleMarshallingDecoder.MarshallingDecoder(UnmarshallerProvider provider) Creates a new decoder whose maximum object size is1048576bytes.MarshallingDecoder(UnmarshallerProvider provider, int maxObjectSize) Creates a new decoder with the specified maximum object size.