testInsidiousIndex() — netty Function Reference
Architecture documentation for the testInsidiousIndex() function in HpackDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 53077381_871a_6a48_4a68_29ba152bafad["testInsidiousIndex()"] 499468ca_3853_024b_2b80_17090ef6cd43["HpackDecoderTest"] 53077381_871a_6a48_4a68_29ba152bafad -->|defined in| 499468ca_3853_024b_2b80_17090ef6cd43 47ac4151_0b50_9884_0d18_472d1c51065d["decode()"] 53077381_871a_6a48_4a68_29ba152bafad -->|calls| 47ac4151_0b50_9884_0d18_472d1c51065d style 53077381_871a_6a48_4a68_29ba152bafad fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/HpackDecoderTest.java lines 317–326
@Test
public void testInsidiousIndex() throws Http2Exception {
// Insidious index so the last shift causes sign overflow
assertThrows(Http2Exception.class, new Executable() {
@Override
public void execute() throws Throwable {
decode("FF8080808007");
}
});
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testInsidiousIndex() do?
testInsidiousIndex() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/HpackDecoderTest.java.
Where is testInsidiousIndex() defined?
testInsidiousIndex() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/HpackDecoderTest.java at line 317.
What does testInsidiousIndex() call?
testInsidiousIndex() calls 1 function(s): decode.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free