Interface IoHandlerFactory


  • public interface IoHandlerFactory
    Factory for IoHandler instances.
    • Method Detail

      • newHandler

        IoHandler newHandler​(io.netty.util.concurrent.ThreadAwareExecutor ioExecutor)
        Creates a new IoHandler instance.
        Parameters:
        ioExecutor - the ThreadAwareExecutor for the IoHandler.
        Returns:
        a new IoHandler instance.