Package org.jboss.netty.handler.codec.marshalling
package org.jboss.netty.handler.codec.marshalling
Decoder and Encoder which uses JBoss Marshalling.
-
ClassDescription
OneToOneEncoderimplementation which uses JBoss Marshalling to marshal an Object.UnmarshallerProviderwhich store a reference to theUnmarshallerin theChannelHandlerContextvia theChannelHandlerContext.setAttachment(Object)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.OneToOneEncoderimplementation 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