Interface ReactorHandler

    • Method Detail

      • handleEvent

        void handleEvent​(java.nio.channels.SelectionKey key)
        Process request of given SelectionKey.
        Parameters:
        key - key to be processed.