Interface HttpAsyncResponseConsumerFactory

    • Field Detail

      • DEFAULT

        static final HttpAsyncResponseConsumerFactory DEFAULT
        Creates the default type of AsyncResponseConsumer, based on heap buffering with a buffer limit of 100MB.
    • Method Detail

      • createHttpAsyncResponseConsumer

        org.apache.hc.core5.http.nio.AsyncResponseConsumer<org.apache.hc.core5.http.ClassicHttpResponse> createHttpAsyncResponseConsumer()
        Creates the AsyncResponseConsumer, called once per request attempt.