Class AbstractCloseableHttpClientProvider<C extends java.io.Closeable>

java.lang.Object
com.cloudconvert.client.http.AbstractCloseableHttpClientProvider<C>
Direct Known Subclasses:
AsyncCloseableHttpClientProvider, CloseableHttpClientProvider

public abstract class AbstractCloseableHttpClientProvider<C extends java.io.Closeable>
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int DEFAULT_MAX_PER_ROUTE  
    static int MAX_TOTAL  
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractCloseableHttpClientProvider()  
    AbstractCloseableHttpClientProvider​(int defaultMaxPerRoute, int maxTotal)  
  • Method Summary

    Modifier and Type Method Description
    abstract C provide()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait