settingsShouldSupportUnsignedShort() — netty Function Reference
Architecture documentation for the settingsShouldSupportUnsignedShort() function in Http2SettingsTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 774f4281_25fb_19e7_9380_9db1f5b87f35["settingsShouldSupportUnsignedShort()"] 910ec026_5946_ddbf_7e19_bbbdae11da3a["Http2SettingsTest"] 774f4281_25fb_19e7_9380_9db1f5b87f35 -->|defined in| 910ec026_5946_ddbf_7e19_bbbdae11da3a style 774f4281_25fb_19e7_9380_9db1f5b87f35 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/Http2SettingsTest.java lines 85–90
@Test
public void settingsShouldSupportUnsignedShort() {
char key = (char) (Short.MAX_VALUE + 1);
settings.put(key, (Long) 123L);
assertEquals(123L, (long) settings.get(key));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does settingsShouldSupportUnsignedShort() do?
settingsShouldSupportUnsignedShort() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2SettingsTest.java.
Where is settingsShouldSupportUnsignedShort() defined?
settingsShouldSupportUnsignedShort() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2SettingsTest.java at line 85.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free