Pass a single header to the recipient. @param name Header name @param value Header value @throws HpackException If a header is received that is not compliant with the HTTP/2 specification
(String name, String value)
| 386 | * @throws HpackException If a header is received that is not compliant with the HTTP/2 specification |
| 387 | */ |
| 388 | void emitHeader(String name, String value) throws HpackException; |
| 389 | |
| 390 | /** |
| 391 | * Inform the recipient of the headers that a stream error needs to be triggered using the given message when |
no outgoing calls
no test coverage detected