MCPcopy Index your code
hub / github.com/apache/tomcat / emitHeader

Method emitHeader

java/org/apache/coyote/http2/HpackDecoder.java:388–388  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 1

emitHeaderMethod · 0.65

Implementers 4

TestOutputtest/org/apache/coyote/http2/Http2Test
Streamjava/org/apache/coyote/http2/Stream.ja
HeaderSinkjava/org/apache/coyote/http2/HeaderSin
HeadersListenertest/org/apache/coyote/http2/TestHpack

Calls

no outgoing calls

Tested by

no test coverage detected