Interface HttpAsyncResponseConsumerFactory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static HttpAsyncResponseConsumerFactory DEFAULT
      Creates the default type of HttpAsyncResponseConsumer, based on heap buffering with a buffer limit of 100MB.
    • Method Summary

      Modifier and Type Method Description
      org.apache.http.nio.protocol.HttpAsyncResponseConsumer<org.apache.http.HttpResponse> createHttpAsyncResponseConsumer()
      Creates the HttpAsyncResponseConsumer, called once per request attempt.
    • Field Detail

      • DEFAULT

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

      • createHttpAsyncResponseConsumer

        org.apache.http.nio.protocol.HttpAsyncResponseConsumer<org.apache.http.HttpResponse> createHttpAsyncResponseConsumer()
        Creates the HttpAsyncResponseConsumer, called once per request attempt.