Interface NHttpClientIOTarget

    • Method Detail

      • consumeInput

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

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