Interface HttpClientPool<T,​R>

All Known Implementing Classes:
SslCertAsyncHttpClientPool, SslCertHttpClientPool

public interface HttpClientPool<T,​R>
  • Method Summary

    Modifier and Type Method Description
    void destroy()  
    R get​(T config)  
  • Method Details

    • get

      R get​(T config)
    • destroy

      void destroy()