Recycle all statistics.
()
| 452 | * Recycle all statistics. |
| 453 | */ |
| 454 | public void recycleStatistcs() { |
| 455 | this.bytesSent = 0; |
| 456 | this.bytesReceived = 0; |
| 457 | |
| 458 | this.processingTime = 0; |
| 459 | this.maxTime = 0; |
| 460 | this.maxRequestUri = null; |
| 461 | |
| 462 | this.requestCount = 0; |
| 463 | this.errorCount = 0; |
| 464 | |
| 465 | this.lastRequestProcessingTime = 0; |
| 466 | } |
| 467 | } |