Class SessionServerHandlerFactory

    • Constructor Detail

      • SessionServerHandlerFactory

        public SessionServerHandlerFactory​(be.yildizgames.module.network.server.SessionManager sessionManager,
                                           be.yildizgames.module.network.DecoderEncoder codec)
    • Method Detail

      • create

        public io.netty.channel.ChannelHandler create()
        Specified by:
        create in interface HandlerFactory
        Returns:
        A new ChannelHandler.
      • getCodec

        public be.yildizgames.module.network.DecoderEncoder getCodec()
        Specified by:
        getCodec in interface HandlerFactory
        Returns:
        The codec.