End the current request. @return 0 is the expected return value. A positive value indicates that too many bytes were read. This method is allowed to use buffer.doRead to consume extra bytes. The result of this method can't be negative (if an error happens, an IOException sho
()
| 68 | * @throws IOException If an error happens |
| 69 | */ |
| 70 | long end() throws IOException; |
| 71 | |
| 72 | |
| 73 | /** |
no outgoing calls