Interface HandlerFactory
-
- All Known Implementing Classes:
SessionServerHandlerFactory,SimpleClientHandlerFactory
public interface HandlerFactoryA HandlerFactory implementation will create new ChannelHandler.- Author:
- Grégory Van den Borre
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.netty.channel.ChannelHandlercreate()be.yildizgames.module.network.DecoderEncodergetCodec()booleanisServer()
-