setUp() — netty Function Reference
Architecture documentation for the setUp() function in Http3ControlStreamInboundHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD e80acb1e_888a_ce0b_e1f2_1f018c18226b["setUp()"] 902435e9_3b03_3141_b560_3cdae4f30cb6["Http3ControlStreamInboundHandlerTest"] e80acb1e_888a_ce0b_e1f2_1f018c18226b -->|defined in| 902435e9_3b03_3141_b560_3cdae4f30cb6 59b3f173_11c4_84be_5dcb_b131aff1d4aa["testInvalidFirstFrameHttp3GoAwayFrame()"] 59b3f173_11c4_84be_5dcb_b131aff1d4aa -->|calls| e80acb1e_888a_ce0b_e1f2_1f018c18226b 8cff5796_6dcd_c20c_d10b_4e8c601f07fb["testInvalidFirstFrameHttp3MaxPushIdFrame()"] 8cff5796_6dcd_c20c_d10b_4e8c601f07fb -->|calls| e80acb1e_888a_ce0b_e1f2_1f018c18226b 8bd68cf0_2b2b_4dec_e71a_7024a97936f2["testInvalidFirstFrameHttp3CancelPushFrame()"] 8bd68cf0_2b2b_4dec_e71a_7024a97936f2 -->|calls| e80acb1e_888a_ce0b_e1f2_1f018c18226b d56b945d_8def_ebfa_0014_323d324ed151["testInvalidFirstFrameNonControlFrame()"] d56b945d_8def_ebfa_0014_323d324ed151 -->|calls| e80acb1e_888a_ce0b_e1f2_1f018c18226b 3d346ee5_acba_dac7_e502_63112e0501b7["testValidGoAwayFrame()"] 3d346ee5_acba_dac7_e502_63112e0501b7 -->|calls| e80acb1e_888a_ce0b_e1f2_1f018c18226b 7553c39e_2a37_c0d1_09c8_111b3a46e4ef["testSecondGoAwayFrameFailsWithHigherId()"] 7553c39e_2a37_c0d1_09c8_111b3a46e4ef -->|calls| e80acb1e_888a_ce0b_e1f2_1f018c18226b c3dae7d4_cd72_ebe4_db65_81960887e6b9["testGoAwayFrameIdNonRequestStream()"] c3dae7d4_cd72_ebe4_db65_81960887e6b9 -->|calls| e80acb1e_888a_ce0b_e1f2_1f018c18226b 4ddfc9b0_11a4_1383_79c0_316c5abbe8f5["testHttp3MaxPushIdFrames()"] 4ddfc9b0_11a4_1383_79c0_316c5abbe8f5 -->|calls| e80acb1e_888a_ce0b_e1f2_1f018c18226b 74000d64_f09f_61fa_d973_0db86dd0dba4["testSecondHttp3MaxPushIdFrameFailsWithSmallerId()"] 74000d64_f09f_61fa_d973_0db86dd0dba4 -->|calls| e80acb1e_888a_ce0b_e1f2_1f018c18226b 397af00f_9ec0_09e0_7019_839abbd5e9fc["testSecondSettingsFrameFails()"] 397af00f_9ec0_09e0_7019_839abbd5e9fc -->|calls| e80acb1e_888a_ce0b_e1f2_1f018c18226b ecb8c549_a0f9_a08d_bdcf_324760b4f6fd["testControlStreamClosed()"] ecb8c549_a0f9_a08d_bdcf_324760b4f6fd -->|calls| e80acb1e_888a_ce0b_e1f2_1f018c18226b style e80acb1e_888a_ce0b_e1f2_1f018c18226b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandlerTest.java lines 61–67
@Override
protected void setUp(boolean server) {
super.setUp(server);
qpackEncoder = new QpackEncoder();
remoteControlStreamHandler = new Http3ControlStreamOutboundHandler(server, new DefaultHttp3SettingsFrame(),
new ChannelInboundHandlerAdapter());
}
Domain
Subdomains
Defined In
Called By
- testControlStreamClosed()
- testGoAwayFrameIdNonRequestStream()
- testHttp3MaxPushIdFrames()
- testInvalidFirstFrameHttp3CancelPushFrame()
- testInvalidFirstFrameHttp3GoAwayFrame()
- testInvalidFirstFrameHttp3MaxPushIdFrame()
- testInvalidFirstFrameNonControlFrame()
- testSecondGoAwayFrameFailsWithHigherId()
- testSecondHttp3MaxPushIdFrameFailsWithSmallerId()
- testSecondSettingsFrameFails()
- testValidGoAwayFrame()
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/Http3ControlStreamInboundHandlerTest.java.
Where is setUp() defined?
setUp() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandlerTest.java at line 61.
What calls setUp()?
setUp() is called by 11 function(s): testControlStreamClosed, testGoAwayFrameIdNonRequestStream, testHttp3MaxPushIdFrames, testInvalidFirstFrameHttp3CancelPushFrame, testInvalidFirstFrameHttp3GoAwayFrame, testInvalidFirstFrameHttp3MaxPushIdFrame, testInvalidFirstFrameNonControlFrame, testSecondGoAwayFrameFailsWithHigherId, and 3 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free