Package io.netty.handler.codec.marshalling
package io.netty.handler.codec.marshalling
Decoder and Encoder which uses JBoss Marshalling.
-
ClassDescription
MessageToByteEncoderimplementation which uses JBoss Marshalling to marshal an Object.UnmarshallerProviderwhich store a reference to theUnmarshallerin theChannelHandlerContextvia theChannelHandlerContext.attr(AttributeKey)method.Default implementation ofMarshallerProviderwhich just create a newMarshalleron everDefaultMarshallerProvider.getMarshaller(ChannelHandlerContext)call.Default implementation ofUnmarshallerProviderwhich will just create a newUnmarshalleron every call toDefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)This provider is responsible to get aMarshallerfor the givenChannelHandlerContext.Decoder which MUST be used withMarshallingEncoder.MessageToByteEncoderimplementation which uses JBoss Marshalling to marshal an Object.UnmarshallerProviderimplementation which use aThreadLocalto store references toMarshallerinstances.UnmarshallerProviderimplementation which use aThreadLocalto store references toUnmarshallerinstances.This provider is responsible to get anUnmarshallerfor aChannelHandlerContext