Interface ConnectionHolder

All Known Implementing Classes:
BasicHttpClientConnectionManager.InternalConnectionEndpoint, PoolingAsyncClientConnectionManager.InternalConnectionEndpoint, PoolingHttpClientConnectionManager.InternalConnectionEndpoint

@Internal public interface ConnectionHolder
Internal interface to expose the underlying connection
Since:
5.5
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hc.core5.http.HttpConnection
    get()
     
  • Method Details

    • get

      org.apache.hc.core5.http.HttpConnection get()