Uses of Interface
io.netty.contrib.handler.codec.marshalling.UnmarshallerProvider
-
Packages that use UnmarshallerProvider Package Description io.netty.contrib.handler.codec.marshalling Decoder and Encoder which uses JBoss Marshalling. -
-
Uses of UnmarshallerProvider in io.netty.contrib.handler.codec.marshalling
Classes in io.netty.contrib.handler.codec.marshalling that implement UnmarshallerProvider Modifier and Type Class Description classContextBoundUnmarshallerProviderUnmarshallerProviderwhich store a reference to theUnmarshallerin theChannelvia theAttributeMap.attr(AttributeKey)method.classDefaultUnmarshallerProviderDefault implementation ofUnmarshallerProviderwhich will just create a newUnmarshalleron every call toDefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)classThreadLocalUnmarshallerProviderUnmarshallerProviderimplementation which use aThreadLocalto store references toUnmarshallerinstances.Constructors in io.netty.contrib.handler.codec.marshalling with parameters of type UnmarshallerProvider Constructor Description 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.
-