Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • what is it?
    The AsyncHttpClient (also known as AHC) is a client designed for applications that need to assemble responses from content retrieved from multiple HTTP servers. Using AHC, the distributed content can be gathered in parallel using non-blocking I/O without requiring a thread per request. Greater application throughput is possible because fewer resources are required for each application request.
  • configure your application to use AHC
    To use AHC in your application, you just need to package the AHC jar file along with the application that requires the support.
  • sample
  • javadoc