Uses of Interface
org.jboss.netty.handler.codec.marshalling.MarshallerProvider
-
Packages that use MarshallerProvider Package Description org.jboss.netty.handler.codec.marshalling Decoder and Encoder which uses JBoss Marshalling. -
-
Uses of MarshallerProvider in org.jboss.netty.handler.codec.marshalling
Classes in org.jboss.netty.handler.codec.marshalling that implement MarshallerProvider Modifier and Type Class Description classDefaultMarshallerProviderDefault implementation ofMarshallerProviderwhich just create a newMarshalleron everDefaultMarshallerProvider.getMarshaller(ChannelHandlerContext)call.classThreadLocalMarshallerProviderUnmarshallerProviderimplementation which use aThreadLocalto store references toMarshallerinstances.Constructors in org.jboss.netty.handler.codec.marshalling with parameters of type MarshallerProvider Constructor Description CompatibleMarshallingEncoder(MarshallerProvider provider)Create a new instance of theCompatibleMarshallingEncoderMarshallingEncoder(MarshallerProvider provider)Creates a new encoder with the estimated length of 512 bytes.MarshallingEncoder(MarshallerProvider provider, int estimatedLength)Creates a new encoder.
-