Summary statistics about an HttpServers current socket connections.
Properties
- int active
-
read / writeNumber of active connections where actual request/response processing is active. /
- int closing
-
read / writeNumber 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 / writeNumber of idle connections held by clients as persistent connections. /
- int total
-
read / writeTotal number of socket connections. /