(int streamId)
| 835 | void endRequestBodyFrame(int streamId, int dataLength) throws Http2Exception, IOException; |
| 836 | |
| 837 | void receivedEndOfStream(int streamId) throws Http2Exception; |
| 838 | |
| 839 | /** |
| 840 | * Notification triggered when the parser swallows some or all of a DATA frame payload without writing it to the |
no outgoing calls
no test coverage detected