Return the number of bytes read. @return the bytes read
()
| 1319 | * @return the bytes read |
| 1320 | */ |
| 1321 | public long getBytesRead() { |
| 1322 | return bytesRead; |
| 1323 | } |
| 1324 | |
| 1325 | /** |
| 1326 | * Check if the request is currently being processed. |
no outgoing calls
no test coverage detected