setUp() — netty Function Reference
Architecture documentation for the setUp() function in AbstractHttp3FrameTypeValidationHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 66d22a34_2aa1_c0de_9f06_f8a33ee659e3["setUp()"] 31f14ae0_7748_87a0_a9e5_5f2bdd8e1c2e["AbstractHttp3FrameTypeValidationHandlerTest"] 66d22a34_2aa1_c0de_9f06_f8a33ee659e3 -->|defined in| 31f14ae0_7748_87a0_a9e5_5f2bdd8e1c2e d8f03a99_e4c2_0a9b_97e3_851becb08ed1["testValidTypeInbound()"] d8f03a99_e4c2_0a9b_97e3_851becb08ed1 -->|calls| 66d22a34_2aa1_c0de_9f06_f8a33ee659e3 da93f4ee_4626_e558_cc5e_08ed25712141["testValidTypeOutbound()"] da93f4ee_4626_e558_cc5e_08ed25712141 -->|calls| 66d22a34_2aa1_c0de_9f06_f8a33ee659e3 3e957452_58be_8d15_2746_a43bf66a77a8["testInvalidTypeInbound()"] 3e957452_58be_8d15_2746_a43bf66a77a8 -->|calls| 66d22a34_2aa1_c0de_9f06_f8a33ee659e3 1e065c07_a748_7704_05ab_298e5e97c716["testInvalidTypeOutbound()"] 1e065c07_a748_7704_05ab_298e5e97c716 -->|calls| 66d22a34_2aa1_c0de_9f06_f8a33ee659e3 style 66d22a34_2aa1_c0de_9f06_f8a33ee659e3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/AbstractHttp3FrameTypeValidationHandlerTest.java lines 68–72
protected void setUp(boolean server) {
parent = new EmbeddedQuicChannel(server);
qpackAttributes = new QpackAttributes(parent, false);
setQpackAttributes(parent, qpackAttributes);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does setUp() do?
setUp() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/AbstractHttp3FrameTypeValidationHandlerTest.java.
Where is setUp() defined?
setUp() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/AbstractHttp3FrameTypeValidationHandlerTest.java at line 68.
What calls setUp()?
setUp() is called by 4 function(s): testInvalidTypeInbound, testInvalidTypeOutbound, testValidTypeInbound, testValidTypeOutbound.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free