setMaxTableSize() — netty Function Reference
Architecture documentation for the setMaxTableSize() function in HpackEncoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 5563ab2a_0de3_cdda_efa2_2d872b636b0a["setMaxTableSize()"] a8203e54_7e3c_740d_20fe_825ed86c66af["HpackEncoderTest"] 5563ab2a_0de3_cdda_efa2_2d872b636b0a -->|defined in| a8203e54_7e3c_740d_20fe_825ed86c66af 0a28c169_0429_5002_7cc5_b71bc0367658["testEviction()"] 0a28c169_0429_5002_7cc5_b71bc0367658 -->|calls| 5563ab2a_0de3_cdda_efa2_2d872b636b0a 37b10d67_ec58_a660_a4eb_b02533fd5e46["testTableResize()"] 37b10d67_ec58_a660_a4eb_b02533fd5e46 -->|calls| 5563ab2a_0de3_cdda_efa2_2d872b636b0a 0ddbcc11_a023_ae99_a0d4_a5f7a1ae8c35["testManyHeaderCombinations()"] 0ddbcc11_a023_ae99_a0d4_a5f7a1ae8c35 -->|calls| 5563ab2a_0de3_cdda_efa2_2d872b636b0a style 5563ab2a_0de3_cdda_efa2_2d872b636b0a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/HpackEncoderTest.java lines 249–252
private void setMaxTableSize(int maxHeaderTableSize) throws Http2Exception {
hpackEncoder.setMaxHeaderTableSize(buf, maxHeaderTableSize);
hpackDecoder.setMaxHeaderTableSize(maxHeaderTableSize);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does setMaxTableSize() do?
setMaxTableSize() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/HpackEncoderTest.java.
Where is setMaxTableSize() defined?
setMaxTableSize() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/HpackEncoderTest.java at line 249.
What calls setMaxTableSize()?
setMaxTableSize() is called by 3 function(s): testEviction, testManyHeaderCombinations, testTableResize.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free