Skip to content

Commit

Permalink
Polish JavaDoc for PoolingHttpClientConnectionManagerMetricsBinder
Browse files Browse the repository at this point in the history
Make it more explicit that this MeterBinder supports the async HTTP client now.
  • Loading branch information
shakuzen committed Jan 3, 2020
1 parent b5dd782 commit 9ed0c15
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
import org.apache.http.pool.ConnPoolControl;

/**
* Collects metrics from a {@link ConnPoolControl}, for example a {@link org.apache.http.impl.conn.PoolingHttpClientConnectionManager}.
* Collects metrics from a {@link ConnPoolControl}, for example {@link org.apache.http.impl.conn.PoolingHttpClientConnectionManager}
* for synchronous HTTP clients or {@link org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager} for asynchronous HTTP clients.
* <p>
* It monitors the overall connection pool state.
*
Expand Down

0 comments on commit 9ed0c15

Please sign in to comment.