Class NioEndpoint


  • public class NioEndpoint
    extends AbstractJsseEndpoint<NioChannel,​SocketChannel>
    NIO tailored thread pool, providing the following services:
    • Socket acceptor thread
    • Socket poller thread
    • Worker threads pool
    TODO: Consider using the virtual machine's thread pool.
    Author:
    Mladen Turk, Remy Maucherat