Return the number of bytes the application has actually written to the output stream. This excludes chunking, compression, etc. as well as headers. @return the number of bytes the application has actually written to the output stream
()
| 232 | * @return the number of bytes the application has actually written to the output stream |
| 233 | */ |
| 234 | public long getContentWritten() { |
| 235 | return outputBuffer.getContentWritten(); |
| 236 | } |
| 237 | |
| 238 | |
| 239 | /** |
no outgoing calls
no test coverage detected