Return the content length. @return the content length
()
| 173 | * @return the content length |
| 174 | */ |
| 175 | public int getContentLength() { |
| 176 | return req.getContentLength(); |
| 177 | } |
| 178 | |
| 179 | /** |
| 180 | * Return the bytes received for the current request. |
nothing calls this directly
no test coverage detected