Get the content length that was set or calculated for this response. @return the content length that was set or calculated for this response
()
| 433 | * @return the content length that was set or calculated for this response |
| 434 | */ |
| 435 | public int getContentLength() { |
| 436 | return getCoyoteResponse().getContentLength(); |
| 437 | } |
| 438 | |
| 439 | |
| 440 | @Override |
no test coverage detected