Return the bytes received for the current request. @return the bytes received
()
| 182 | * @return the bytes received |
| 183 | */ |
| 184 | public long getRequestBytesReceived() { |
| 185 | return req.getBytesRead(); |
| 186 | } |
| 187 | |
| 188 | /** |
| 189 | * Return the bytes sent for the current request. |
nothing calls this directly
no test coverage detected