Interface MarshallerProvider
-
- All Known Implementing Classes:
DefaultMarshallerProvider,ThreadLocalMarshallerProvider
public interface MarshallerProviderThis provider is responsible to get aMarshallerfor the givenChannelHandlerContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.marshalling.MarshallergetMarshaller(io.netty.channel.ChannelHandlerContext ctx)Get aMarshallerfor the givenChannelHandlerContext
-