Class Nio2ServiceFactory

    • Field Detail

      • group

        private final java.nio.channels.AsynchronousChannelGroup group
    • Method Detail

      • doCloseImmediately

        protected void doCloseImmediately()
        Description copied from class: AbstractCloseable

        doCloseImmediately is called once and only once with state == Immediate

        Overriding methods should always call the base implementation. It may be called concurrently while preClose() or doCloseGracefully is executing

        Overrides:
        doCloseImmediately in class AbstractIoServiceFactory