emptyHeaderNameNotAllowed() — netty Function Reference
Architecture documentation for the emptyHeaderNameNotAllowed() function in DefaultHttp2HeadersTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 7ca75330_a87b_6478_846c_7795506b778a["emptyHeaderNameNotAllowed()"] dee91314_9fa2_2772_1f20_e4b8f18eea54["DefaultHttp2HeadersTest"] 7ca75330_a87b_6478_846c_7795506b778a -->|defined in| dee91314_9fa2_2772_1f20_e4b8f18eea54 style 7ca75330_a87b_6478_846c_7795506b778a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2HeadersTest.java lines 50–58
@Test
public void emptyHeaderNameNotAllowed() {
assertThrows(Http2Exception.class, new Executable() {
@Override
public void execute() throws Throwable {
new DefaultHttp2Headers().add(StringUtil.EMPTY_STRING, "foo");
}
});
}
Domain
Subdomains
Source
Frequently Asked Questions
What does emptyHeaderNameNotAllowed() do?
emptyHeaderNameNotAllowed() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2HeadersTest.java.
Where is emptyHeaderNameNotAllowed() defined?
emptyHeaderNameNotAllowed() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2HeadersTest.java at line 50.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free