Returns true if remaining request data will be read (swallowed) even the request violates a data size constraint. @return true if data will be swallowed (default), false otherwise.
()
| 602 | * @return <code>true</code> if data will be swallowed (default), <code>false</code> otherwise. |
| 603 | */ |
| 604 | boolean getSwallowAbortedUploads(); |
| 605 | |
| 606 | |
| 607 | /** |
no outgoing calls
no test coverage detected