public void updateStatistics(long milliseconds, int readBytes, int writeBytes, boolean isClientDisconnect)(Code)
Update statistics with the results of one request.
Parameters: milliseconds - the number of millesconds for the request Parameters: readBytes - the number of bytes read Parameters: writeBytes - the number of bytes written Parameters: isClientDisconnect - true if the request ended with a client DisconnectException