(int streamId, boolean headersEndStream)
| 851 | |
| 852 | // Header frames |
| 853 | HeaderEmitter headersStart(int streamId, boolean headersEndStream) throws Http2Exception, IOException; |
| 854 | |
| 855 | void headersContinue(int payloadSize, boolean endOfHeaders); |
| 856 |
no outgoing calls
no test coverage detected