Interface WakeupListener

    • Method Detail

      • onWokeup

        void onWokeup​(SelectionRegistration selectionRegistration)
               throws java.io.IOException
        Callback method invoked when the selection registration wants to wake up the NIO selector.
        Parameters:
        selectionRegistration - The selected registration.
        Throws:
        java.io.IOException