Summary statistics about an HttpServers current socket connections.

Properties

int active
read / write
Number of active connections where actual request/response processing is active. /
int closing
read / write
Number of connections which are preparing to close. Note: These connections are also part of the active count as they might still be sending data to the client before finally closing. /
int idle
read / write
Number of idle connections held by clients as persistent connections. /
int total
read / write
Total number of socket connections. /

Constructors

HttpConnectionsInfo()