Home / Function/ nullHeaderNameNotAllowed() — netty Function Reference

nullHeaderNameNotAllowed() — netty Function Reference

Architecture documentation for the nullHeaderNameNotAllowed() function in DefaultHttp2HeadersTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  7c86390c_da27_ec65_6ad3_a86072ef5a45["nullHeaderNameNotAllowed()"]
  dee91314_9fa2_2772_1f20_e4b8f18eea54["DefaultHttp2HeadersTest"]
  7c86390c_da27_ec65_6ad3_a86072ef5a45 -->|defined in| dee91314_9fa2_2772_1f20_e4b8f18eea54
  style 7c86390c_da27_ec65_6ad3_a86072ef5a45 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2HeadersTest.java lines 40–48

    @Test
    public void nullHeaderNameNotAllowed() {
        assertThrows(Http2Exception.class, new Executable() {
            @Override
            public void execute() throws Throwable {
                new DefaultHttp2Headers().add(null, "foo");
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does nullHeaderNameNotAllowed() do?
nullHeaderNameNotAllowed() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2HeadersTest.java.
Where is nullHeaderNameNotAllowed() defined?
nullHeaderNameNotAllowed() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2HeadersTest.java at line 40.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free