Interface NHttpServerIOTarget

    • Method Detail

      • consumeInput

        void consumeInput​(NHttpServiceHandler handler)
        Deprecated.
        Triggered when the connection is ready to consume input.
        Parameters:
        handler - the server protocol handler.
      • produceOutput

        void produceOutput​(NHttpServiceHandler handler)
        Deprecated.
        Triggered when the connection is ready to produce output.
        Parameters:
        handler - the server protocol handler.