Class AsyncHttpClientFactory

java.lang.Object
dev.vality.http.client.factory.AsyncHttpClientFactory

public class AsyncHttpClientFactory
extends Object
  • Constructor Summary

    Constructors
    Constructor Description
    AsyncHttpClientFactory()  
  • Method Summary

    Modifier and Type Method Description
    org.apache.http.impl.nio.client.CloseableHttpAsyncClient create()  
    org.apache.http.impl.nio.client.CloseableHttpAsyncClient create​(SslRequestConfig config)  
    org.apache.http.impl.nio.client.CloseableHttpAsyncClient create​(SslRequestConfig config, org.apache.http.ConnectionReuseStrategy connectionReuseStrategy)  
    org.apache.http.impl.nio.client.CloseableHttpAsyncClient create​(org.apache.http.ConnectionReuseStrategy connectionReuseStrategy)  

    Methods inherited from class java.lang.Object

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

    • AsyncHttpClientFactory

      public AsyncHttpClientFactory()
  • Method Details

    • create

      public org.apache.http.impl.nio.client.CloseableHttpAsyncClient create​(SslRequestConfig config)
    • create

      public org.apache.http.impl.nio.client.CloseableHttpAsyncClient create​(SslRequestConfig config, org.apache.http.ConnectionReuseStrategy connectionReuseStrategy)
    • create

      public org.apache.http.impl.nio.client.CloseableHttpAsyncClient create​(org.apache.http.ConnectionReuseStrategy connectionReuseStrategy)
    • create

      public org.apache.http.impl.nio.client.CloseableHttpAsyncClient create()