Uses of Interface
be.yildizgames.module.network.netty.HandlerFactory
-
Packages that use HandlerFactory Package Description be.yildizgames.module.network.netty be.yildizgames.module.network.netty.client be.yildizgames.module.network.netty.server -
-
Uses of HandlerFactory in be.yildizgames.module.network.netty
Constructors in be.yildizgames.module.network.netty with parameters of type HandlerFactory Constructor Description NettyChannelInitializer(HandlerFactory factory)Create a new instance and register the handlers. -
Uses of HandlerFactory in be.yildizgames.module.network.netty.client
Classes in be.yildizgames.module.network.netty.client that implement HandlerFactory Modifier and Type Class Description classSimpleClientHandlerFactory -
Uses of HandlerFactory in be.yildizgames.module.network.netty.server
Classes in be.yildizgames.module.network.netty.server that implement HandlerFactory Modifier and Type Class Description classSessionServerHandlerFactory
-