(int streamId, boolean endOfStream)
| 855 | void headersContinue(int payloadSize, boolean endOfHeaders); |
| 856 | |
| 857 | void headersEnd(int streamId, boolean endOfStream) throws Http2Exception; |
| 858 | |
| 859 | // Reset frames |
| 860 | void reset(int streamId, long errorCode) throws Http2Exception; |
no outgoing calls
no test coverage detected