Class NettyServerHandlerConfig<T>

    • Constructor Detail

      • NettyServerHandlerConfig

        public NettyServerHandlerConfig()
    • Method Detail

      • getEventLoop

        public io.netty.channel.EventLoopGroup getEventLoop()
        Returns the event loop of this handler (see setEventLoop(EventLoopGroup)).
        Returns:
        Event loop.
      • setEventLoop

        public void setEventLoop​(io.netty.channel.EventLoopGroup eventLoop)
        Sets the event loop to be used by this handler.

        If not specified then all network operations will be handled by the the NetworkServer's core event loop.

        Parameters:
        eventLoop - Event loop.