Class HttpClientUtils


  • public class HttpClientUtils
    extends java.lang.Object
    Helpers for creating an async http client
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpClientUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.http.impl.nio.client.CloseableHttpAsyncClient defaultClient()
      Creates a simple default http client
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpClientUtils

        public HttpClientUtils()
    • Method Detail

      • defaultClient

        public static org.apache.http.impl.nio.client.CloseableHttpAsyncClient defaultClient()
        Creates a simple default http client
        Returns:
        HttpAsyncClient