Package com.atlassian.jira.ipd.http
Class HttpConnectionPoolService
java.lang.Object
com.atlassian.jira.ipd.http.HttpConnectionPoolService
- Since:
- 9.9
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCalculates max connections and the amount of active and current HTTP connections in the pool.
-
Constructor Details
-
HttpConnectionPoolService
public HttpConnectionPoolService()
-
-
Method Details
-
getHttpPoolSizeValue
Calculates max connections and the amount of active and current HTTP connections in the pool.- Returns:
HttpConnectionPoolService.HttpMetric
with value of active, idle and max connections.
-