testCustomSettingsNotIgnoredWithValidator() — netty Function Reference
Architecture documentation for the testCustomSettingsNotIgnoredWithValidator() function in Http3SettingsTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 54dc42b0_5602_acd3_e345_b8fc32ede6cd["testCustomSettingsNotIgnoredWithValidator()"] ee6f69e5_fb9f_2be4_c226_579273bf8ce3["Http3SettingsTest"] 54dc42b0_5602_acd3_e345_b8fc32ede6cd -->|defined in| ee6f69e5_fb9f_2be4_c226_579273bf8ce3 style 54dc42b0_5602_acd3_e345_b8fc32ede6cd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/Http3SettingsTest.java lines 190–196
@Test
void testCustomSettingsNotIgnoredWithValidator() {
long customKey = 0xdeadbeefL;
Http3Settings settings = new Http3Settings((id, v) -> customKey == id);
settings.put(customKey, 123L);
assertNotNull(settings.get(customKey));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testCustomSettingsNotIgnoredWithValidator() do?
testCustomSettingsNotIgnoredWithValidator() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3SettingsTest.java.
Where is testCustomSettingsNotIgnoredWithValidator() defined?
testCustomSettingsNotIgnoredWithValidator() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3SettingsTest.java at line 190.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free