Home / Function/ setup() — netty Function Reference

setup() — netty Function Reference

Architecture documentation for the setup() function in HpackDecoderBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  e2e6cd01_35b1_51a6_dae0_0c8d1d68716c["setup()"]
  dbf1ed73_3c87_ce6c_0048_5c86ce6f91ff["HpackDecoderBenchmark"]
  e2e6cd01_35b1_51a6_dae0_0c8d1d68716c -->|defined in| dbf1ed73_3c87_ce6c_0048_5c86ce6f91ff
  b9b7431e_5ad1_3ae0_eec4_bdfeff8bcbb4["getSerializedHeaders()"]
  e2e6cd01_35b1_51a6_dae0_0c8d1d68716c -->|calls| b9b7431e_5ad1_3ae0_eec4_bdfeff8bcbb4
  style e2e6cd01_35b1_51a6_dae0_0c8d1d68716c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/handler/codec/http2/HpackDecoderBenchmark.java lines 61–64

    @Setup(Level.Trial)
    public void setup() throws Http2Exception {
        input = wrappedBuffer(getSerializedHeaders(http2Headers(size, limitToAscii), sensitive));
    }

Domain

Subdomains

Frequently Asked Questions

What does setup() do?
setup() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/http2/HpackDecoderBenchmark.java.
Where is setup() defined?
setup() is defined in microbench/src/main/java/io/netty/handler/codec/http2/HpackDecoderBenchmark.java at line 61.
What does setup() call?
setup() calls 1 function(s): getSerializedHeaders.

Analyze Your Own Codebase

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

Try Supermodel Free