testPutRejectsReservedHttp2Settings() — netty Function Reference
Architecture documentation for the testPutRejectsReservedHttp2Settings() function in DefaultHttp3SettingsFrameTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD c6424af2_b179_251f_4a65_7e7dc58c0663["testPutRejectsReservedHttp2Settings()"] 7f96b856_e26b_5a86_c5be_2535fa398741["DefaultHttp3SettingsFrameTest"] c6424af2_b179_251f_4a65_7e7dc58c0663 -->|defined in| 7f96b856_e26b_5a86_c5be_2535fa398741 style c6424af2_b179_251f_4a65_7e7dc58c0663 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/DefaultHttp3SettingsFrameTest.java lines 59–63
@Test
void testPutRejectsReservedHttp2Settings() {
DefaultHttp3SettingsFrame frame = new DefaultHttp3SettingsFrame();
assertThrows(IllegalArgumentException.class, () -> frame.put(0x4, 10L)); // HTTP/2 reserved key
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does testPutRejectsReservedHttp2Settings() do?
testPutRejectsReservedHttp2Settings() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/DefaultHttp3SettingsFrameTest.java.
Where is testPutRejectsReservedHttp2Settings() defined?
testPutRejectsReservedHttp2Settings() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/DefaultHttp3SettingsFrameTest.java at line 59.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free