@Bean(name="vpaByteDecoder")
@Qualifier("vpaByteDecoder")
public ChannelHandler newChannelHandler() {
return (ChannelHandler) new VpaByteDecoder();
}
public class VpaByteDecoder extends ByteToMessageDecoder{
}
}
ByteToMessageDecoder should not sharable. so i implenmented ChannelHandlerFactory
i dont know the reason.plaease show me the way to understand my problem.
--
You received this message because you are subscribed to the Google Groups "Netty discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netty+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netty/d93f8149-2ad6-4006-bf58-628d63d3db8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.