Home / Function/ ZipBombIncomingHandler() — netty Function Reference

ZipBombIncomingHandler() — netty Function Reference

Architecture documentation for the ZipBombIncomingHandler() function in HttpContentDecompressorTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  2b835559_a88a_cf39_e7f9_216c45d3a41e["ZipBombIncomingHandler()"]
  065dd300_499e_6894_9754_25466150e1c7["ZipBombIncomingHandler"]
  2b835559_a88a_cf39_e7f9_216c45d3a41e -->|defined in| 065dd300_499e_6894_9754_25466150e1c7
  0afab2e6_76f5_24bb_602b_64872d230720["testZipBomb()"]
  0afab2e6_76f5_24bb_602b_64872d230720 -->|calls| 2b835559_a88a_cf39_e7f9_216c45d3a41e
  style 2b835559_a88a_cf39_e7f9_216c45d3a41e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/HttpContentDecompressorTest.java lines 156–158

        ZipBombIncomingHandler(int memoryLimit) {
            this.memoryLimit = memoryLimit;
        }

Domain

Subdomains

Called By

Frequently Asked Questions

What does ZipBombIncomingHandler() do?
ZipBombIncomingHandler() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpContentDecompressorTest.java.
Where is ZipBombIncomingHandler() defined?
ZipBombIncomingHandler() is defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpContentDecompressorTest.java at line 156.
What calls ZipBombIncomingHandler()?
ZipBombIncomingHandler() is called by 1 function(s): testZipBomb.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free